Getting Error MSB3073 "... -rocket -waitmutex -2015"exited with code -1

Found out the problem… UE 4 does not fully support VS 2015 as of yet

I’m trying to follow the TwinStickShooter tutorial (I’m using UE4.10 and VS 2015), when I compile the code after the first set of coding I get the following error:


Code:MSB3073

Description: The command “…\Epic Games\4.10\Engine\Build\BatchFiles\Build.bat” TwinStickShooterEditor Win 64 Development “…\TwinStickShooter.uproject” -rocket -waitmutex -2015" exited with code -1

Project: TwinStickShooter

File: Microsoft.MakeFile.Targets


I’m unable to find a solution, as far as I’m able to gather it has to do with older commands used with DOS
Should I revert to UE 4.8 and VS2013 or is there a way to avoid the error by changing the code?

Same problem here, does anyone know why this happens?

Hey Hardishane-

I was able to follow the Twin Stick Shooter tutorial through the addition of code (setting up the character) and compile successfully. If there is any other information in the Error List or the Output window in VS please post that as well for more information on what the exact error is that you’re having with building.

Cheers

Do really on Error List, look up on Output tab because what you see is cause of some other error

After looking veeery thoroughly through the text I discovered that I wrote “BluerpintReadWrite”… so problem solved… all works well.

Never start problem solving after a 15hrs hard work