Build fail when using runUAT.bat

when I open the project in the editor and package for windows 64 bit, it works fine, but when I use the following script to build using the runUAT.bat file…

C:\agent_work\2\s\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project=C:/agent/_work/2/s/[PROJECT FOLDER]/[PROJECT NAME].uproject -noP4 -platform=Win64 -allmaps -build -clientconfig=Development -cook -stage -archive -archivedirectory=“C:\agent_work\2\s\sdk\tools\ContentBuilder\content” -VS2019

…the resulting build throws this error on launch:

Couldn’t start:
“C:…[PROJECT NAME].exe” [PROJECT NAME] CreateProcess() returned c1.

Please help. :slight_smile: