not able to create VC++ project, with VS11
Asked Answered
P

4

2

I just installed VS11 professional version on windows 8 consumer preview OS.

I tried to create a win32 console app, wizard fails with following error:

Microsoft Visual Studio
'C:\Program Files\Microsoft Visual Studio 11.0\VC\VCWizards\default.vcxproj' cannot be opened because its project type (.vcxproj) is not supported by this version of the application. 

To open it, please use a version that supports this type of project.
OK

Not sure what i'm missing. Anyone here can help me? This is the screenshot during error

Phillip answered 6/4, 2012 at 6:22 Comment(2)
You have professional version, so can't you contact tech support about that?Ferneferneau
I thought i might get answer on stackoverflow very fast than from microsoft's tech support. Actually it happened like that before, back in 2009 to me.Phillip
P
0

Couldn't find the answer. Re-installation of VS11 fixed the issue.

Phillip answered 11/4, 2012 at 12:0 Comment(0)
S
1

Here's what fixed it for me, check your User environment variables for VCHOME, VCINSTALLDIR and vsinstalldir.

Change

X:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\

to

X:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\

Or

X:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\

depending VS 2012 or 2013.

Superfuse answered 21/1, 2014 at 18:43 Comment(2)
This from social.msdn.microsoft.com/Forums/vstudio/en-US/…Knowling
that was me :) btw you can just delete those vars it seems.Superfuse
P
0

Couldn't find the answer. Re-installation of VS11 fixed the issue.

Phillip answered 11/4, 2012 at 12:0 Comment(0)
L
0

Run VS2011 first and than drag and drop project file in it. That helped me.

Lammas answered 19/10, 2012 at 19:29 Comment(0)
V
0

For those who come to this thread with the same problem but for VS2015: installing Visual Studio 2015 Update 1 fixed the problem for me.

Vituperate answered 23/3, 2016 at 12:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.