Keep Getting an error when starting a new project

Trying to make a new project with C++ VS Community 2022
Any thoughts?

An error occurred while trying to generate project files.

Running C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe -projectfiles -project=“J:/Projects/Unreal+Cpp/PeaceValley/PeaceValley.uproject” -game -rocket -progress
Log file: C:\Users\kidre\AppData\Local\UnrealBuildTool\Log_GPF.txt

Some Platforms were skipped due to invalid SDK setup: IOS, Android, Linux, LinuxArm64, TVOS.
See the log file for detailed information

Discovering modules, targets and source code for project…
ERROR: 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.

install .NET Framework SDK 4.6.0

Turn off all other target platforms other than windows or install the needed SDK’s

Though once you install .NET Framework the supported plaforms error will probably die down

2 Likes

Thank you, thank you! I appreciate it! Is this a normal thing to do as this .net updates? I needed a newer version of it.

Thanks for the help, it works! Yay!

Thanks, Alex

Don’t forget to mark the question as Resolved so other people know that they can find the solution here :slight_smile:

1 Like

This topic has been moved from Feedback for Unreal to Programming & Scripting - C++.

When posting, please review the categories to ensure your topic is posted in the most relevant space. It can help others with similar issues! :slight_smile:

1 Like