VC++运行常见错误
运行一个工程代码出现错误为:“无法打开afxcontrolbars.h文件”;
此错误出现在Stdafx.h文件中,错误行为#include <afxcontrolbars.h>,
如果将此行注释掉改用#define CWinAppEx CWinApp就好用,
请问为什么????? vc++ afxcontrolbars.h CWinAppEx
[解决办法]
因为你的系统include路径下木有那个头文件。directory下include下的目录