VS2013 ERROR MSB8020

error MSB8020: The build tools for Visual Studio 2013 (Platform Toolset = ‘v120‘) cannot be found. To build using the v120 build tools, please install Visual Studio 2013 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 "Upgrade Solution...".

当出现以上错误时,说明这时你使用的VS版本和项目属性配置里面的工具集是不匹配的,这时应该按照以下操作修改:右击项目 --> 属性 --> 配置属性 --> 常规 --> 平台工具集.改成对应的VS版本工具集即可。如果出现多个这样的错误,检查对应的各个项目的平台工具集,改之,重新编译即可。

时间: 2024-11-18 05:51:04

VS2013 ERROR MSB8020的相关文章

VS2013下开发VC++程序,编译时提示错误error MSB8020: The build tools for v140 (Platform Toolset = 'v140') 的解决方案

1. 问题描述: 提示如下错误:error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Inst

error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found

I want to run some programs of vs2012 on the vs2013 ,however some errors as follows: first time the error is : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' you can do that as fllows : project ->project prop

Visual Studio:error MSB8020

状况如下: error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects..." 新机器上同时装了VS2012和

vs2013 error c4996: 'fopen': This function or varia

做opencv练习时,使用vs2013遇到如下错误: ?错误1error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. 解决方案,项目 =>属性 =>c/c++  =>预处理器=>点击预处理器定义,编辑,加入_CRT_SECURE_NO_WARNINGS,即可.? vs2013 error c4996: 'fopen': This function o

vs2013 error c4996: 'fopen': This function or variable may be unsafe

error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details 解决方案,项目 =>属性 =>c/c++  =>预处理器=>点击预处理器定义,编辑,加入_CRT_SECURE_NO_WARNINGS

error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110')

编译平台工具集选择错了,VS2012程序在打开的时候,默认是使用V110编译平台工具集,而V110是VS2012的编译平台,你电脑里没有安装此平台工具集,故提示此错误.  你可以打开项目属性,把平台工具集改一下即可. error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110')

cocos2dx 3.1从零学习(六)——CocosStudio(VS2013工程导入及环境设置)

导入libCocosStudio.libExtensions.libGUI 新建的工程如下图: 添加现有项目 右键解决方案,如下操作: 分别添加以下三个项目: (工程路径)\cocos2d\cocos\ui\proj.win32\libGUI.vcxproj (工程路径)\cocos2d\cocos\editor-support\cocostudio\proj.win32\libCocosStudio.vcxproj (工程路径)\cocos2d\extensions\proj.win32\li

VS 编译 MFC 应用可能会遇到的环境变量错误

先贴上可能出现的错误信息: "winsdkver.h": No such file or directory "SDKDDKVer.h": No such file or directory (留空待补充) 问题分析: SDK文件缺失 多SDK共存 VS多版本共存导致环境变量出问题 目标平台指向错误 (留空待补充) 下面说一下简单的解决方法: 1.首先是最简单的一键解决方案--"重定项目目标" (貌似只有 VS2015 和 VS2017 上才有的

【Cocos-2dx】使用Visual Studio2017 编译Cocos-2dx 3.15

1.Visual Studio2017是微软今年更新的VS版本,UI看着比之前的更养眼了.推荐从这个网站下载最新的安装程序:https://www.visualstudio.com/zh-hans/ 2.Cocos-2dx 3.15 是今年4月份放出的,做了不少更新.可以从 http://www.cocos.com/download 下载.解压后,看一下cocos目录: 3.安装Python (2.1.13版本,也是最新的Python2 版本).推荐去官网下载(https://www.pytho