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版本工具集即可。如果出现多个这样的错误,检查对应的各个项目的平台工具集,改之,重新编译即可。

最新文章

  1. Python MongoDB使用介绍
  2. git回滚到任意版本
  3. CF 501C Misha and Forest 好题
  4. Jenkins参数化构建
  5. LoadRunner error -27257
  6. POJ 2481 Cows
  7. 编译的时候 c:\windows\assembly\ 卸载不掉
  8. foreach 和for语句比较
  9. 浅谈HtmlUnit的使用
  10. SGU题目总结
  11. php随笔6-thinkphp OA系统 JS 实时显示当前时间
  12. 连锁不平衡LD
  13. EventBus通信小能手
  14. liunx文件与用户和群组
  15. linux软件包介绍
  16. 嵌入式 Linux 与linux启动时自动加载模块
  17. SpringBoot学习笔记(一)入门
  18. 常规DP专题练习
  19. jQuery ajax 传递JSON数组到Spring Controller
  20. js 对url进行编码和解码的三种方式

热门文章

  1. JAVA 爬虫框架webmagic 初步使用Demo
  2. 负环--spfa
  3. rosserial学习记录
  4. 对DensePose: Dense Human Pose Estimation In The Wild的理解
  5. spring框架相关概念
  6. Django项目配置数据库时,已安装mysqlclient,却提示 Did you install mysqlclient错误,后右报错ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3
  7. 页面弹窗toast和加载loading
  8. 在工业派上使用opencv库的记录
  9. 常见排序的Java实现
  10. 洛谷 P1082 同余方程(同余&&exgcd)