I managed to fix a similar issue by editing the vcxproj file manually.
The OutDir and TargetName settings were at the bottom of the project file.
...
$(OUTPUT_DIRECTORY)\
$(ProjectDir)\$(Configuration)\$(ProjectName)\
$(ProjectName)
Moving the block above the ClCompile block solved the issue.