在VC9增加一个类调试时出现 “forget to add '#include "stdafx.h"' to your source” 时,是在编译时使用了预编译头文件,所以需要设置不用 Precompiled Header.Project-->Property-->Configuraton Properties-->C/C++-->Precompiled Header-->Create/use Precompiled Header-->Not Using Precompiled Headers.

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-05-04
  • 2021-08-12
猜你喜欢
  • 2022-02-24
  • 2022-12-23
  • 2021-10-16
  • 2021-10-22
  • 2021-08-15
  • 2021-05-22
  • 2021-09-08
相关资源
相似解决方案