VS2015打开VS2013项目出现的问题解决方法

电脑升级为win10,安装了vs2015。
但是用vs2015打开之前由vs2010创建的项目时,出现了一些问题,错误如下:

MSB8020 The build tools for Visual Studio 2010 (Platform Toolset = ‘v100’) cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting “Retarget solution”. GameDemo C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets 55

解决方法:
在对应的项目上右键属性—>配置属性–>常规
VS2015打开VS2013项目出现的问题解决方法_第1张图片
其中,平台工具集显示的是 Visual Studio 2013(v120)(未安装)

因此我们对此进行修改,选为:Visual Studio 2015 (v140)
并点击应用。
转载自:
http://www.idcspy.org/VS2015-VS2010.html
C++编辑器如何使控制台窗口暂停
https://jingyan.baidu.com/article/5970355219faee8fc1074043.html
完全卸载vs,转载自:
http://blog.csdn.net/yaodebian/article/details/74315632

你可能感兴趣的:(小技巧)