我正在尝试使用VS express 2010编译旧项目,但是我收到此错误:
致命错误RC1015:无法打开包含文件'afxres.h'.从这段代码
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
Run Code Online (Sandbox Code Playgroud)
我已经安装了Windows SDK,但没有任何成功.
谢谢!