I am running code analysis as shown below. I see analysis warnings, but for some reason UBT exits with code 6. How can I debug this further?
C:\myworkdir>Engine\Build\BatchFiles\RunUBT.bat MyGame Win64 Development -StaticAnalyzer=VisualCpp
…
[941/945] Compile [x64] Module.Engine.28_of_67.cpp
[942/945] Compile [x64] Module.Engine.53_of_67.cpp
[943/945] Compile [x64] Module.Engine.47_of_67.cpp
[944/945] Compile [x64] Module.Engine.63_of_67.cpp
[945/945] Compile [x64] Module.Engine.38_of_67.cpp
EXITING WITH -1073741571!
RUNUBT ERROR: UnrealBuildTool exited with a failure
C:\myworkdir>echo %ERRORLEVEL%
6