61. Getting Transforms in C++

I’ve gotten the below error in my Error List in Microsoft Visual Studio whenever I build the .cpp file. I don’t show any errors in Unreal and everything is still working as expected but I am not sure what to do about the errors below.

Severity Code Description Project File Line Suppression State
Error Failed to produce item: C:\Users\mario.arnold\Documents\EDUCATION\01_BuildingEscape\BuildingEscape\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-BuildingEscape-9133.lib BuildingEscape C:\Users\mario.arnold\Documents\EDUCATION\01_BuildingEscape\BuildingEscape\Intermediate\ProjectFiles\ERROR 1

Severity Code Description Project File Line Suppression State
Error MSB3075 The command ““C:\Program Files\Epic Games\UE_4.15\Engine\Build\BatchFiles\Build.bat” BuildingEscapeEditor Win64 Development “C:\Users\mario.arnold\Documents\EDUCATION\01_BuildingEscape\BuildingEscape\BuildingEscape.uproject” -waitmutex” exited with code 5. Please verify that you have sufficient rights to run this command. BuildingEscape C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets 41

So when you press compile in the editor the compilation succeeds?

Yes when I Compile or Build the game it succeeds; and work as expected. I researched the error code which is MSB3075. Someone suggested it is a permission issue. Other than me being concerned about this random error, it did not affect Unreal.

Behaves as expected? Like adding or changing a UE_LOG?

Yep it Behaves as expected. See my Output log below: My UE_LOG output is in yellow.

Well I don’t know what the original was so can’t know if you changed anything. Though have you tried deleting the intermediate and binaries folder then right clicking the .uproject and selecting generate project files. Then rebuilding?

I think I began getting this error when I deleted the rock from the stage in Unreal. I will try your suggestion. Thanks!

I tried your suggestion and I am no longer getting the error so thank you for your help. Much appreciated!

1 Like