Hi hellcat, When I followed your github instructions and started compiling Automation Tool, I got an error on my Visual stuido:
1>------ Build started: Project: SimpleUGC.Automation, Configuration: Development Any CPU ------
2>------ Build started: Project: Turnkey.Automation, Configuration: Development Any CPU ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1718,5): error : Project 'F:\Work\JOB\UnrealEngine503\Engine\Source\Programs\AutomationTool\AutomationUtils\AutomationUtils.Automation.csproj' targets 'netcoreapp3.1'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.6.2'.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1718,5): error : Project 'F:\Work\JOB\UnrealEngine503\Engine\Source\Programs\AutomationTool\Scripts\AutomationScripts.Automation.csproj' targets 'netcoreapp3.1'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.6.2'.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1718,5): error : Project 'F:\Work\JOB\UnrealEngine503\Engine\Source\Programs\UnrealBuildTool\UnrealBuildTool.csproj' targets 'netcoreapp3.1'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.6.2'.
2>Turnkey.Automation -> F:\Work\JOB\UnrealEngine503\Engine\Binaries\DotNET\AutomationTool\AutomationScripts\Turnkey\Turnkey.Automation.dll
3>------ Build started: Project: AutomationTool, Configuration: Development Any CPU ------
3>CSC : error CS0006: Metadata file 'F:\Work\JOB\UnrealEngine503\Engine\Engine\Binaries\DotNET\AutomationScripts\SimpleUGC.Automation.dll' could not be found
3>Done building project "AutomationTool.csproj" -- FAILED.
Can you help me point out where I’m going wrong? I have tried VS2022 and VS2019 on different computers and both encountered this error reported.