转至:http://www.codeinlive.com/116.html
最近用vs2012打开一个C++的项目 当我在编译整个解决方案的时候报错了,错误信息是: 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.
通过在msdn上查询error代码MSB8020得知, 在解决方案上右键—更新VC++项目。 接下来会有一个对话框,如下:
点击“更新”后,工具开始自动更新VC++编译器和库的文件。 重新编译整个解决方案,成功,问题解决。
(via:http://www.codeinlive.com/116.html).
本文介绍了使用Visual Studio 2012编译C++项目时遇到MSB8020错误的情况及解决方法。通过更新VC++项目设置并安装相应工具,最终成功解决了编译问题。

1670

被折叠的 条评论
为什么被折叠?



