How to: Specify Include Directories for Resources
To specify include directories for a specific .rc file
Right-click the .rc file in Solution Explorer and select Properties from the shortcut menu.
In the Property Pages dialog box, click the Resources node in the left pane, then specify the additional include directories in the Additional include directories property.
For information on adding resources to managed projects, please see Resources in Applications in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resources strings to properties, see Walkthrough: Localizing Windows Forms and Walkthrough: Using Resources for Localization with ASP.NET.
Requirements
Win32
See Also
Reference
TN035: Using Multiple Resource Files and Header Files with Visual C++