很简单的问题当我编译的时候经常出现这样的错误:fatal error C1083: Cannot open precompiled header file
很简单的问题 当我编译的时候经常出现这样的错误:
fatal error C1083: Cannot open precompiled header file: 'Debug/the boss.pch': No such file or directory 执行 cl.exe 时出错. 我双击这个错误的时候,指向这个头文件#include "stdafx.h"。为什么啊?有什么错误吗?