很简单的问题
当我编译的时候经常出现这样的错误:
fatal error C1083: Cannot open precompiled header file: 'Debug/the boss.pch': No such file or directory
执行 cl.exe 时出错.
我双击这个错误的时候,指向这个头文件#include "stdafx.h"。为什么啊?有什么错误吗?
[解决办法]
rebuild试试
发布时间: 2012-02-23 22:01:35 作者: rapoo
很简单的问题
当我编译的时候经常出现这样的错误:
fatal error C1083: Cannot open precompiled header file: 'Debug/the boss.pch': No such file or directory
执行 cl.exe 时出错.
我双击这个错误的时候,指向这个头文件#include "stdafx.h"。为什么啊?有什么错误吗?
[解决办法]
rebuild试试