Normally, when you build an MFC application for Windows from scratch using AppWizard, you start by generating a basic set of files (including a resource script file (.rc)) that contains the core features of the Microsoft Foundation classes. However, if you are editing an .rc file for an application for Windows that is not based on MFC, the following features specific to the MFC framework are not available:
You can, however, add MFC support to existing .rc files that do not have it.
To add MFC support to .rc files