【发布时间】:2021-06-03 15:46:53
【问题描述】:
我想在我的VS C++ 2019(Win 10) 中编译VS C++ 2015 项目。我已经安装了 v140 平台工具集,但是当我在 Configuration Properties->General 中将 Platform Toolset 设置为 Visual Studio 2015 (v140) 时,尝试构建我得到的解决方案:
1>cl : Command line warning D9035: option 'Gm' has been deprecated and will be removed in a future release
1>WindowsProject2.cpp
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\windows.h(167): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
在Target Platform Version 中,我有10.0.18362.0(唯一可供选择的)。
我还能做些什么来构建解决方案?
【问题讨论】:
标签: c++ visual-studio sdk