Error compiling the Automation Tool after updating Visual Studio today (Unreal 5.3.2)

To fix that error needs to edit file Engine/Source/Programs/AutomationTool/Scripts/CheckForHacks.cs line 87 to:

Logger.LogInformation("Scanning files... [{Arg0}]", FilesToCheck.Count);

https://github.com/EpicGames/UnrealEngine/pull/11110

25 Likes