I need to work with the Property Sheet of a project. I followed instruction on msdn to try to find Property Manager under View, but I do not see Property Manager as a menu
I finally found mine under View->Other Windows, near the bottom.
This is how I restored the Property Manager menu item in Visual Studio 2013:
View > Property Manager or View > Other Windows > Property Manager, please try this
In my case it was just in the VIEW toolbar - almost in the bottom. Running VS2013 Pro update 3
None of the above answers worked for me. What worked for me is:
Tools -> Import and Export Settings -> Reset all settings -> ... -> Visual C++ Development Settings
Despite I selected Visual C# settings at first use, for some reason, VC++ settings were ON, causing the visual components property window to not show up while pressing F4. Selecting Visual C# settings ( in Tools | Import and export settings... | Reset All ) made it work.