When I first installed Visual Studio, I chose to customize my environment for \"Visual C++\" development. Now, I am working primarily in C# and want to change this setting t
You could also reset all of the settings from the command line:
devenv /resetsettings
And then choose all over again when prompted.
Note: I prefer "General Developer Settings" if you are going to do development in different technology areas (C++, C#, VB, etc.).