ZenDashboard compilation error

When building the Engine from source with InstalledEngineBuild.xml, the build fails to compile the ZenDashboard. If the ZenDashboard is excluded, the build will succeed.

The ZenDashboard fails with the error:

Resource ZenDashboard.rc: Exited with error code 1 . The build will fail.

Steps to Reproduce
Environment

  • Windows Server 2022
  • Visual Studio 2022
  • MSVC 14.44

Steps

  • Sync 5.7 source
  • BuildGraph -Script=Engine/Build/InstalledEngineBuild.xml -Target=“Make Installed Build Win64” -Set:WithLinux=false -Set:WithLinuxArm64=false -Set:WithLumin=false -Set:WithHololens=false -Set:WithDDC=false -Set:WithAndroid=false -NoXGE -p4 -BuildMachine

Hello!

Can you share the automation tool logs? They will be under Engine\Programs\AutomationTool\Saved\Logs. Please make sure that the failed installed build generation was the last UAT command that executed on the PC as the logs are flushed with each new process.

Regards,

Martin

Hi Martin, I apologize, I missed your request! I’ll get the automation logs and send it over today/tomorrow.