I’m in the process of learning how to make plugins. So beginning with the tutorials online I’ve hit a road block.
When re-building the project
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(42,5): error MSB3075: The command ““C:\apps\Epic Games\4.11\Engine\Build\BatchFiles\Rebuild.bat” {some .cs file} Win64 Development “D:\Users…\Desktop…uproject” -waitmutex” exited with code 5. Please verify that you have sufficient rights to run this command.
When building the project
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(37,5): error MSB3073: The command ““C:\apps\Epic Games\4.11\Engine\Build\BatchFiles\Build.bat” {some .cs file} Win64 Development “D:\Users…\Desktop…uproject” -waitmutex” exited with code -1.
Done so far:
- Reinstalled Unreal Engine (4.11.2)
- Reset Visual Studio (2015) to default settings
- Ran Unreal Engine and Visual Studio with admin rights
How to fix this error?