且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

基于 microsoft visual c++ express 2010 的 64 位构建

更新时间:2022-05-24 01:43:59

最终通过卸载所有内容并按以下顺序重新安装来解决此问题:

finally got this to work by uninstalling everything and reinstalling in the following order:

  1. VS2010 C++ Express(就我而言)
  2. SDK 7.1
  3. VS2010 SP1
  4. SP1 编译器补丁 KB2519277

完成后,确保在项目属性->配置属性->常规下将平台工具集更改为windows sdk

once this is done, make sure to change the platform toolset to the windows sdk under project properties->configuration properties->general