I’m trying to upgrade a copy of a project from 5.0 to 5.1 and have hit the following problem. It’s a C++ / blueprint mixed project, and so it’s not a simple upgrade.
- I opened the project in 5.1 and got it to upgrade a copy
- It copies but does not build, so I go to the new folder, right click, and select ‘Generate Visual Studio project files’
- It then fails with the following error
Running Q:/Games/UE_5.1/Engine/Build/BatchFiles/Build.bat -projectfiles -project="Z:/Unreal Projects/UE5ProjectNameBackup - Copy/UE5ProjectName.uproject" -game -rocket -progress -log="Z:\Unreal Projects\UE5ProjectNameBackup - Copy/Saved/Logs/UnrealVersionSelector-2022.11.29-13.17.42.log"
Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" -projectfiles -project="Z:/Unreal Projects/UE5ProjectNameBackup - Copy/UE5ProjectName.uproject" -game -rocket -progress -log="Z:\Unreal Projects\UE5ProjectNameBackup - Copy/Saved/Logs/UnrealVersionSelector-2022.11.29-13.17.42.log"
Log file: Z:\Unreal Projects\UE5ProjectNameBackup - Copy\Saved\Logs\UnrealVersionSelector-2022.11.29-13.17.42.log
Log file: C:\Users\Ed\AppData\Local\UnrealBuildTool\Log_GPF.txt
Some Platforms were skipped due to invalid SDK setup: Android, Linux, LinuxArm64.
See the log file for detailed information
Discovering modules, targets and source code for project...
Available x64 toolchains (4):
* Z:\Visual Studio\VC\Tools\MSVC\14.29.30133
(Family=14.29.30133, FamilyRank=0, Version=14.29.30146, Is64Bit=True, Preview=False, Architecture=x64, Error=False)
* Z:\Visual Studio\VC\Tools\MSVC\14.34.31933
(Family=14.34.31933, FamilyRank=2, Version=14.34.31933, Is64Bit=True, Preview=False, Architecture=x64, Error=False)
* Z:\Visual Studio\VC\Tools\MSVC\14.32.31326
(Family=14.32.31326, FamilyRank=2, Version=14.32.31335, Is64Bit=True, Preview=False, Architecture=x64, Error=False)
* Z:\Visual Studio\VC\Tools\MSVC\14.31.31103
(Family=14.31.31103, FamilyRank=2, Version=14.31.31107, Is64Bit=True, Preview=False, Architecture=x64, Error=False)
Unable to find valid 14.30.30705 toolchain for VisualStudio2022 x64
Can anyone shed some light on this, what I need to download / install?
Thanks