Search code examples
visual-studio-2010mode

How can I change the Visual Studio work environment from Web mode back to Visual C++ mode?


I selected web development as my primary development style the first time I booted Visual Studio 2010 and now I would like to change it to Visual C++. How can I do this?


Solution

  • After some poking around, the option to do this is:

    "Tools" -> "Import and Export Settings" -> "Reset all settings"
    

    Seems like a weird place for it