开发者

Path that visual studio uses to look for a resource file

开发者 https://www.devze.com 2023-01-25 05:15 出处:网络
I am using visual studio 2开发者_高级运维005 to build a c++ project. This project contains a resource file (.rc) file which includes another resource file (also a .rc).

I am using visual studio 2开发者_高级运维005 to build a c++ project. This project contains a resource file (.rc) file which includes another resource file (also a .rc).

Building this complains

fatal error RC1015: cannot open include file 'WrappedGrid.rc'

Now , I have the directory this is located in the the c++-->Additional Include Directories.. But i suspect, the path for resource files is to be specified somewhere else.

Anyone know where this might be?

thanks


There's a separate section named "Resources" in the project settings, which contains another "Additional Include Directories" setting.

0

精彩评论

暂无评论...
验证码 换一张
取 消