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
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.
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?