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:

  1. 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.
  2. 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 .

c++
visual-studio
visual-studio-2017
unreal-engine4
unreal-development-kit
asked on Stack Overflow Apr 5, 2019 by pavlkara1

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0