编译时报错:

fatal error C1189: #error : Your version of the Windows SDK is earlier than 6.0. Try setting the 'WINVER' and '_WIN32_WINNT' definitions in your project to less than 0x0600.

 

解决方法:

1. 搜索网上的方法,都是要修改stdafx.h. 而且实际上没有效果。

2. 重新下载最新代码,

   2.1 配置附加包含目录

碰到 stdafx.h报错

2.2 配置附加库目录:

碰到 stdafx.h报错

相关文章:

  • 2022-12-23
  • 2021-03-31
  • 2021-09-16
  • 2022-01-29
  • 2022-12-23
  • 2021-08-23
  • 2021-10-04
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-05-19
  • 2021-05-19
  • 2022-12-23
相关资源
相似解决方案