Kidrendek
(Kidrendek)
September 28, 2022, 8:20pm
1
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.
3dRaven
(3dRaven)
September 28, 2022, 8:59pm
2
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
Kidrendek
(Kidrendek)
September 29, 2022, 6:53am
3
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
3dRaven
(3dRaven)
September 29, 2022, 8:21am
4
Don’t forget to mark the question as Resolved so other people know that they can find the solution here
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!
1 Like