warning C4627: “#include

在编译的时候出现 warning c4627,要在新建项目的时候把“预编译头”取消选择。再次编译就可以了。
warning C4627:include stdlib.h 在查找预编译头使用时跳过

warning C4627:include stdlib.h 在查找预编译头使用时跳过

另一种方法是在文件第一行加入
#include "stdafx.h"

相关文章:

  • 2022-12-23
  • 2021-07-04
  • 2021-08-27
  • 2021-11-20
  • 2021-10-10
  • 2021-08-17
  • 2021-10-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
相关资源
相似解决方案