Cannot open include file 'afxres.h' in VC2010 Express

后端 未结 8 1813
庸人自扰
庸人自扰 2021-01-30 02:01

I\'m trying to compile an old project using VS express 2010 but I get this error:

fatal error RC1015: cannot open include file \'afxres.h\'. from this cod

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 02:42

    managed to fix this by copying the below folder from another Visual Studio setup (non-express)

    from C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc

    to C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc

提交回复
热议问题