When i create a project with C++, ue sent me error:
Running C:/UE_5.2/Engine/Build/BatchFiles/Build.bat Development Win64 -Project=“D:/Ashes_Of_The_Soul/Ashes_Of_The_Soul.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Development Win64 -Project=“D:/Ashes_Of_The_Soul/Ashes_Of_The_Soul.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\molni\AppData\Local\UnrealBuildTool\Log.txt
Creating makefile for Ashes_Of_The_SoulEditor (no existing makefile)
Unable to instantiate module ‘SwarmInterface’: Could not find NetFxSDK install dir; this will prevent SwarmInterface from installing. Install a version of .NET Framework SDK at 4.6.0 or higher.
(referenced via Target → Launch.Build.cs → SessionServices.Build.cs → Core.Build.cs → Virtualization.Build.cs → SourceControl.Build.cs → RenderCore.Build.cs → RHI.Build.cs → D3D11RHI.Build.cs → Engine.Build.cs → UnrealEd.Build.cs)
How i can fix it?