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
The previous solutions here did not work for me.
The 'Resources' is not a member of 'My'
was caused by trying to add an icon to a button. I tried running the custom tool on the Resources.resx
and kept getting an error.
My solution was to go into My Project > Resources and remove the added icon. Once that was done I did a clean & rebuild. That did the trick for me.