When building the solution, UnrealHeaderTool throws errors
▲
0
▼
I have an unreal engine project and whenever I try to compile it using Visual Studio I get these errors:
MSB3075 The command ""C:\Program Files\Epic Games\UE_4.22\Engine\Build\BatchFiles\Build.bat" MyProject Win64 Development -Project="C:\Users\username\Desktop\Project\MyProject.uproject" -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this.
Error System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified MyProject C:\Users\user\Desktop\Project\Intermediate\ProjectFiles\UnrealBuildTool
The problem is that I generate the files using the unreal engine code generator and works perfectly in my desktop
Building it using The UE4Editor works as expected. This starting happening to me after I upgraded to 4.22 .