Hi, this is a problem with the setup of your Visual Studio. You can modify the name of generated exe file in two locations, but they have to match, otherwise you get the error you described.
In the properties of your project check "Linker -> Common -> Output File" and "Common -> Destination name" (not sure if I got the correct names, I had to translate my german GUI).

Ginsengelf