我的程序在编译的时候总是出现如下的错误提示,我按F4找到出错处(打了★处语句,★系我为了便于说明问题自加),每次将该语句注释掉或干脆将其删掉后,在资源管理处做了一些Dialog等的资源调整后,一编译,该语句又自动生成了,请问这是怎么回事,怎么解决呢?--------------------Configuration: NV6000Demo - Win32 Release--------------------
Compiling resources...
E:\work\监控系统\MonitorMe\NV6000Demo.rc(447) : fatal error RC1015: cannot open include file 'res\HkdsDemo.rc2'.
Error executing rc.exe.
E:\work\监控系统\MonitorMe\NV6000Demo.rc(447): Could not find the file res\HkdsDemo.rc2.NV6000Demo.exe - 1 error(s), 0 warning(s)
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
#ifdef _WIN32
LANGUAGE 4, 2
#pragma code_page(936)
#endif //_WIN32
★#include "res\HkdsDemo.rc2" // non-Microsoft Visual C++ edited resources
#include "l.chs\afxres.rc"    // Standard components
#endif