Error on Make Installed Build with 4.19

This is on fresh 4.19, with this command:

.\Engine\Build\BatchFiles\RunUAT.bat BuildGraph -target=“Make Installed Build Win64” -script=Engine/Build/InstalledEngineBuild.xml -set:WithWin32=false -set:WithMac=false -set:WithAndroid=false -set:WithIOS=false -set:WithTVOS=false -set:WithLinux=false -set:WithHTML5=false -set:WithPS4=true -set:WithDDC=false -set:SignExecutables=false

Correct PS4 SDK installed

And get this error:

TempStorage.Archive: Saving local manifest to C:\Workbench\UE4\Unreal-4.19\Engine\Saved\BuildGraph\Build Tools CS\Manifest.xml
ExceptionUtils.PrintExceptionInfo: ==============================================================================
ExceptionUtils.PrintExceptionInfo: ERROR: Attempt to add file to temp storage manifest that does not exist (C:\Workbench\UE4\Unreal-4.19\Saved\CsTools\Engine\Binaries\DotNET\PS4\Interop.ORTMAPILib.dll)
ExceptionUtils.PrintExceptionInfo: (see C:\Workbench\UE4\Unreal-4.19\Engine\Programs\AutomationTool\Saved\Logs\UAT_Log.txt for full exception trace)
ExceptionUtils.PrintExceptionInfo:
ExceptionUtils.PrintExceptionInfo: AutomationException: Attempt to add file to temp storage manifest that does not exist (C:\Workbench\UE4\Unreal-4.19\Saved\CsTools\Engine\Binaries\DotNET\PS4\Interop.ORTMAPILib.dll)
ExceptionUtils.PrintExceptionInfo: at AutomationTool.TempStorageFile…ctor(FileInfo FileInfo, DirectoryReference RootDir) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\TempStorage.cs:line 134
ExceptionUtils.PrintExceptionInfo: at AutomationTool.TempStorageManifest.<>c__DisplayClass4_0.<.ctor>b__0(FileInfo x) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\TempStorage.cs:line 307
ExceptionUtils.PrintExceptionInfo: at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() ExceptionUtils.PrintExceptionInfo: at System.Linq.Buffer1…ctor(IEnumerable1 source) ExceptionUtils.PrintExceptionInfo: at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source)
ExceptionUtils.PrintExceptionInfo: at AutomationTool.TempStorageManifest…ctor(FileInfo] InFiles, DirectoryReference RootDir) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\TempStorage.cs:line 307
ExceptionUtils.PrintExceptionInfo: at AutomationTool.TempStorage.Archive(String NodeName, String BlockName, FileReference] BuildProducts, Boolean bPushToRemote) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\TempStorage.cs:line 751
ExceptionUtils.PrintExceptionInfo: at AutomationTool.BuildGraph.BuildNode(JobContext Job, Graph Graph, Node Node, TempStorage Storage, Boolean bWithBanner) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\BuildGraph.cs:line 781
ExceptionUtils.PrintExceptionInfo: at AutomationTool.BuildGraph.BuildAllNodes(JobContext Job, Graph Graph, TempStorage Storage) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\BuildGraph.cs:line 615
ExceptionUtils.PrintExceptionInfo: at AutomationTool.BuildGraph.Execute() in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\BuildGraph\BuildGraph.cs:line 422
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Automation.Execute(List1 CommandsToExecute, Dictionary2 Commands) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 557
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Automation.Process(String] Arguments) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 527
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Program.MainProc(Object Param) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\Program.cs:line 132
ExceptionUtils.PrintExceptionInfo: at AutomationTool.InternalUtils.RunSingleInstance(Func`2 Main, Object Param) in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\AutomationUtils\Utils.cs:line 712
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Program.Main() in C:\Workbench\UE4\Unreal-4.19\Engine\Source\Programs\AutomationTool\Program.cs:line 62
ExceptionUtils.PrintExceptionInfo: ==============================================================================
Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)

Manually checked, and the Interop file doesn’t exist. Anyone else had this issue?

I’m seeing something very similar. Only difference is that for me, the path in the “Attempt to add file to temp storage manifest…” line is really jacked up.

ERROR: Attempt to add file to temp storage manifest that does not exist (C:&lt;MyProject>\Saved\CsTools\Engine\Source\Programs\PS4\PS4DevKitUtil$(SCE_ROOT_DIR)\ORBIS\Tools\Target Manager Server\bin\Interop.ORTMAPILib.dll)