VS2013生成时候报 error MSB3073?

RT,在使用vs2013重新生成一个在虚拟机上的项目时候,突然跳出这个报错,报错的半个小时前才正常生成过一次,期间也就加了一两条输出语句,并未对项目生成路径有过任何操作。

错误提示如下:
错误 2 error : Command-line action failed D:\project\newgame2\newgame2\VisualGDB newgame2
错误 3 error : Build has failed. See the Output window for more details. D:\project\newgame2\newgame2\EXEC newgame2
错误 4 error MSB3073: 命令“"C:\Program Files (x86)\Sysprogs\VisualGDB\VisualGDB.exe" /rebuild "D:\project\newgame2\newgame2\newgame2.vcxproj" "/solution:D:\project\newgame2\newgame2.sln" "/config:Debug" "/platform:Win32"
”已退出,代码为 1。 C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 43 5 newgame2

输出如下:
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(43,5): error MSB3073: 命令“"C:\Program Files (x86)\Sysprogs\VisualGDB\VisualGDB.exe" /rebuild "D:\project\newgame2\newgame2\newgame2.vcxproj" "/solution:D:\project\newgame2\newgame2.sln" "/config:Debug" "/platform:Win32"

点击错误跳转到C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120下的Microsoft.MakeFile.Targets文件中,截图如下:
图片说明

麻烦遇到过同样问题并解决了的老哥、大神们指点一下,万分感谢

请参考:https://blog.csdn.net/zero_226/article/details/51134014

请问一下题主解决了吗