我使用cocos new GameDemo -l cpp -d D:\project\CocosProject
在Windows 10中创建cocos2d-x项目,然后用VS2015打开项目,但是我遇到了很多错误,而且我的cocos2d-x版本是3.11.1。
以下是错误输出的一部分
D:\project\CocosProject\GameDemo\cocos2d\cocos\2d\libcocos2d_win10\libcocos2d.vcxproj : error : Unable to read the project file "libcocos2d.vcxproj".
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Current.targets(108,3): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Application Type\Windows Store\10.0\Platforms\ARM\Platform.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
我已经解决了这个问题3天了,我安装了,并且一次又一次地卸载了。但我仍然遇到这个问题。我试过devenv.exe /setup /resetuserdata /resetsettings
但它没有用。