error MSB8020: The builds tools for Visual Studio 2010

今天用VS打开cocos2dx的项目,居然报错:
error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = ‘v100′) cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select “Update VC++ Projects…”. Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. 

网上查了一下,原来是因为我自己装的2012,不小心选了cocos2dx 2010的项目,所以报错.解决方法

解决方法:
关闭项目,如果打开了多个2010项目,记得需要关闭.
用VS2012重新运行,编译,如果还是有问题,则点击菜单
项目-->更新...
重新编译。

参考资料:
http://blog.csdn.net/chenbang110/article/details/12967981

你可能感兴趣的:(cocos2d-x)