error MSB8020: The builds tools for Visual Studio 2010

2023-05-16

今天用VS打开项目,居然报错:
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.

原因似乎是缺少MFC的一个东西

解决方法:
关闭项目,如果打开了多个2010项目,记得需要关闭.
用VS2012重新运行,编译,如果还是有问题,则点击菜单
项目-->更新...
重新编译。
参考资料:
http://blog.csdn.net/chenbang110/article/details/12967981
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

error MSB8020: The builds tools for Visual Studio 2010 的相关文章

随机推荐