I just downloaded UE5.5, and it will not create a new project, and gives me the following errors (the project name is “TestProject”:
Running C:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/Build.bat Development Win64 -Project=“D:/GameDev/UnrealEngine5/TestProject/TestProject.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Using bundled DotNet SDK version: 8.0.300
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Development Win64 -Project=“D:/GameDev/UnrealEngine5/TestProject/TestProject.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\disso\AppData\Local\UnrealBuildTool\Log.txt
Available x64 toolchains (1):
- C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433
(Family=14.42.34433, FamilyRank=1, Version=14.42.34433, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)
Visual Studio 2022 compiler version 14.42.34433 is not a preferred version. Please use the latest preferred version 14.38.33130
Creating makefile for TestProjectEditor (no existing makefile)
Total execution time: 0.55 seconds
Platform Win64 is not a valid platform to build. Check that the SDK is installed properly and that you have the necessary platform support files (DataDrivenPlatformInfo.ini, SDK.json, etc).Running C:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/Build.bat Development Win64 -Project=“D:/GameDev/UnrealEngine5/TestProject/TestProject.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Using bundled DotNet SDK version: 8.0.300
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Development Win64 -Project=“D:/GameDev/UnrealEngine5/TestProject/TestProject.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\disso\AppData\Local\UnrealBuildTool\Log.txt
Available x64 toolchains (1): - C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433
(Family=14.42.34433, FamilyRank=1, Version=14.42.34433, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)
Visual Studio 2022 compiler version 14.42.34433 is not a preferred version. Please use the latest preferred version 14.38.33130
Creating makefile for TestProjectEditor (no existing makefile)
Total execution time: 0.55 seconds
Platform Win64 is not a valid platform to build. Check that the SDK is installed properly and that you have the necessary platform support files (DataDrivenPlatformInfo.ini, SDK.json, etc).
The following modules are missing or built with a different engine version:
TestProject
Would you like to rebuild them now?
TestProject could not be compiled. Try rebuilding from source manually.
Blockquote