Visaul Studio issue

Error 3 error MSB3073: The command ““C:\Program Files\Epic Games\4.9\Engine\Build\BatchFiles\Build.bat” RetroEditor Win64 Development “C:\Users\zues\Documents\Unreal Projects\Retro\Retro.uproject” -rocket” exited with code -1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38 5 Retro

Exec Command="$(NMakeBuildCommandLine)" Condition="’$(NMakeBuildCommandLine)’!=’’"(had to remove the <> wouldn’t let me post it otherwise)

Getting this issue every time I try to build even if it’s just a few lines of code, updated DirectX, updated Visual Studio as-well, just can not get it to work.

This could be the result of a few things. In my experience rocket bugs are the result of incorrectly using the reflection macros (UPROPERTY, UFUNCTION, etc). I would suggest experimenting with that, try commenting out new code that you added the reflection macros to (make sure macro is commented out as well) and see if you can hunt down the offending macro.

There are a few other things to try but I think it is likely this.