I am using VS2010 and in all of my projects \"My.Resources\" is available and shows all the files that are in the \"resources\" section of the project. In this one project I
I face this problem all the time and this solution works for me all the time.
Click on Show All Files in solution explorer.
Navigate to file named "Resources.resx" under "My Project" folder.
In properties for that file rename the file's [Custom Tool Namespace] to anything other than "My.Resources". (I name it to "My.Resource").
Clean and Rebuild the solution.
Navigate back to "Resources.resx" in properties. Rename the file's [Custom Tool Namespace] back to "My.Resources".
Clean and build the solution again.
Your problem should be fixed.