从VS2012 里的项目移植到VS2010平台,打开资源视图里的rc文件时,提示这样,error RC1015: cannot open include file 'afxres.h' ,只要属性里设置平台工具集为V110改为V100
就可以解决这个问题!V110工具集针对于VS2012平台。。。。。。
从VS2012 里的项目移植到VS2010平台,打开资源视图里的rc文件时,提示这样,error RC1015: cannot open include file 'afxres.h' ,只要属性里设置平台工具集为V110改为V100
就可以解决这个问题!V110工具集针对于VS2012平台。。。。。。