Im currently at Chapter 10 Menus and Other Resources and having trouble compiling the examples.

To add a resource and header file it says:

"You do this by adding a resource script to the project. Select New from the File menu, select the Files tab, click Resource Script, and type ICONDEMO in the File Name field. Click OK. At this time, Developer Studio creates two new text files: ICONDEMO.RC, the resource script, and RESOURCE.H, a header file that will allow the C source code file and the resource script to refer to the same defined identifiers."

Neither MSVC++6 nor MSVC2008 won't create me RESOURCE.H header file. What am i doing wrong?

Thanks for any input!