编译到最后一阶段的时候出现错误:
1>game.rc(10): fatal error RC1015: cannot open include file ‘afxres.h’.
环境是win8+vs2012
编译到最后一阶段的时候出现错误:
1>game.rc(10): fatal error RC1015: cannot open include file ‘afxres.h’.
环境是win8+vs2012
问题解决了,cocos code ide自动生成的工程使用了mfc相关的头文件,而我的vs2012没有安装mfc