I\'m programming in C++ on Visual Studio 2005. My question deals with .rc files. You can manually place include directives like (#include \"blah.h\"), at the top of an .rc
You want to Include Resources at Compile Time (MSDN).