FROM MSDN:
Using Multiple Resource Files in the Same Project
Visual C++ and the Resource Compiler support multiple .RC files in the same project through #include's of one .RC file within another.

It doesn't support compiling multiple RC files in same project. In practice, we will exclude other RC files from build and include them into one main RC file.
Pay attention to this.