之前有一个osg程序,是在vs2015里做的,没有问题能跑,现在vs2015卸了,看下vs2012能不能跑;
构建一下,出现一个错误,
error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools,
打开项目以后的平台工具集设置是如下,
改为如下图,
再构建;
出现一个错误,
error C1083: 无法打开包括文件:“excpt.h”: No such file or directory C:\Program Files (x86)\Windows Kits\8.0\Include\um\Windows.h
无法打开Windows.h中包含的excpt.h;