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
Had more luck changing "My.Resources" to "MyResources"
and changing the Access Modifier of "Resources.resx" to Public (it was previusly Friend Access Modifier)