vc++遇到fatal error C1083: Cannot open precompiled header file: ‘Debug/xxoo.pch’: No such file or directory错误

vc++遇到无法打开pch类型文件的错误
在这里的stdafx.cpp中进行编译,就好了。
出错原因是程序没有联编执行。

相关文章:

  • 2021-11-14
  • 2022-12-23
  • 2021-12-12
  • 2021-11-27
  • 2021-04-22
  • 2021-12-16
  • 2022-12-23
猜你喜欢
  • 2021-10-17
  • 2022-01-22
  • 2021-11-25
  • 2021-07-24
  • 2022-01-24
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案