Currently getting this when trying to compile:
1>Time Elapsed 00:00:00.06
2> 1>
2>Build:
2> Compiling game modules for hot reload
2> Performing 2 actions (4 in parallel)
2> [1/2] Link UE4Editor-Hockey-1121.dll
2> [2/2] Link UE4Editor-Hockey-8876.lib
2> Creating library C:\Users\\Documents\Unreal_Projects\Hockey\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-Hockey-1121.lib and object C:\Users\\Documents\Unreal_Projects\Hockey\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-Hockey-1121.exp
2> Creating library C:\Users\\Documents\Unreal_Projects\Hockey\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-Hockey-1121.suppressed.lib and object C:\Users\\Documents\Unreal_Projects\Hockey\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-Hockey-1121.suppressed.exp
2> 1>
2>ERROR : UBT error : Failed to produce item: C:\Users\\Documents\Unreal_Projects\Hockey\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-Hockey-8876.lib
2> Total build time: 2.02 seconds (Local executor: 0.00 seconds)
2> 1>
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): error MSB3075: The command ""G:\Program Files\Epic Games\UE_4.16\Engine\Build\BatchFiles\Build.bat" HockeyEditor Win64 Development "C:\Users\\Documents\Unreal_Projects\Hockey\Hockey.uproject" -waitmutex" exited with code 5. Please verify that you have sufficient rights to run this command.
2>
2>Build FAILED.
Works after I close and reopen the editor, so seems to be a hot reload issue. Is this a known issue or something new I’ve come across? It’s happened to me a few times today now.