VS2008 C1083 错误处理
更新:HHH   时间:2023-1-7


fatal error C1083: 无法打开包括文件:“afxcontrolbars.h”: No such file or directory

方法:

//#include <afxcontrolbars.h> // 功能区和控件条的 MFC 支持
#define CWinAppEx CWinApp

去除include <afxcontrolbars.h>, 添加#define CWinAppEx CWinApp

返回编程语言教程...