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

方法:

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

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