I have a Visual Studio 2010 C ++ project that has been copied from another visual studio project and renamed. The project compiles and works. However, I recently switched to Resource View to edit some dialogs, and the window is completely empty. I canโt remember if I went there since I copied the project or not:

Any ideas on how I can return this? I think there's a cache somewhere?
UPDATE
I have to add that this solution is a multi-project solution and usually in the resource view, even if this project does not have resource files, you will still see the "folder" for the project in the resource view tree. There are no โfoldersโ for any of the projects in the solution.
I should also add that the other solutions that I open in visual studio will display a great view of resources.
source share