[Project] 'Exited With Code 1'

While trying to compile my code based on ‘Shooter Game’, I’m being presented with the following error in Visual Studio:

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command ““E:\Program Files\Rocket\Engine\Binaries\DotNET\UnrealBuildTool.exe” TheSommeEditor Win64 Development “E:\TheSommeUE4\TheSomme\TheSomme.uproject” -rocket” exited with code 1.

Hi James,

Thank you for your report. Your UnrealBuildTool.exe is failing for some reason, but I will not be able to discern more without more information. Could you post more of your output above the failure message, so that we may better see what led to the failure?

Thank you,

Alexander

This was actually my fault, I wasn’t using some of the ‘virtual void’ functions in my .h files!