Error RC1015 cannot open include file 'afxres.h'

  • Thread starter Thread starter flaviu_
  • Start date Start date
F

flaviu_

Guest
I have a VS2017 function project. Let say, ProjectSrc. I have another VS2017 project, let say, ProjectTarget. I intend to copy resource from ProjectSrc into ProjectTarget. I opened ProjectTarget.rc file with resource editor. Then, I open ProjectSrc.rc in ProjectTarget, but I encounter an error: Error RC1015 cannot open include file 'afxres.h'

Due this error, I cannot import / copy the resources from ProjectSrc to ProjectTarget. How can I solve this ? I mention that both projects are perfect functional.

Continue reading...
 
Back
Top