Hi,
This a limitation of the MSBuild system. If you are using Visual Studio 2010+, you can copy the “C:Program Files (x86)MSBuildMicrosoft.Cppv4.0PlatformsWin32” folder under some other name, update the properties files for the new name and manually switch the VisualGDB configurations to that platform. Otherwise, VisualGDB defines additional configurations to existing platforms. A VisualGDB configuration is simply a NMake configuration invoking the VisualGDB build tool and a matching -.vgdbsettings file that stores VisualGDB-specific settings. You can arrange your configurations arbitrarily, as long as those 2 constraints hold.