2

我刚刚在 windows 8 消费者预览版操作系统上安装了 VS11 专业版。

我试图创建一个 win32 控制台应用程序,向导失败并出现以下错误:

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

不知道我错过了什么。这里有人可以帮助我吗? 这是出错时的截图

4

4 回答 4

1

这是为我解决的问题,请检查 VCHOME、VCINSTALLDIR 和 vsinstalldir 的用户环境变量。

改变

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

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

或者

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

取决于 VS 2012 或 2013。

于 2014-01-21T18:43:58.057 回答
0

找不到答案。重新安装 VS11 解决了这个问题。

于 2012-04-11T12:00:06.067 回答
0

首先运行VS2011,然后将项目文件拖放到其中。这对我有帮助。

于 2012-10-19T19:29:51.997 回答
0

对于那些遇到同样问题但针对 VS2015 的人来说:安装 Visual Studio 2015 Update 1 为我解决了这个问题。

于 2016-03-23T12:54:22.873 回答