关于:fatal error C1083: Cannot open precompiled header file
我加了一个对话框类文件,重新编译后出现编译错误:
d:\center\lkdraw\codlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/LkDraw.pch': No such file or directory
codlg.cpp (4)行是如下语句:#include "stdafx.h"
但我的stdafx.h 文件明明在,而且其它的对话框文件一样的写法却没错误。
请问如何解决?