I am new to C++ but I have programmed in other languages. I am trying to work on a project that someone else has created. The project uses resource files (.rc) to define window elements (buttons, checkboxes, etc). I can compile the project with no error; I can also use a text editor to look at the contents of the resource file. What I cannot do (don't know how to do) is to view and edit the resource file inside Visual Studio itself.
When I double click on it, "Resource View" opens up but it is blank. When I press F7 I can see the code, but I was wondering if there is a graphical way to visualize and edit the properties of that dialog.