I tried to package my project into an executable game but this error keeps coming up

This error keeps coming up:
UATHelper: Packaging (Windows): ERROR: Win64: Unable to find any Sdks that could be installed

and also these:
UATHelper: Packaging (Windows): WARNING: Error while enumerating Visual Studio toolchains
UATHelper: Packaging (Windows): WARNING: Assuming no compilation capability for NET Framework projects.
PackagingResults: Warning: Error while enumerating Visual Studio toolchains
PackagingResults: Warning: Assuming no compilation capability for NET Framework projects

Any help? I really need to be sure that I can turn my projects into working games but what the hell is SDKs?

Likely your visual studio installation. Open visual studio installer and choose modify. There are many SDKs available. Check the minimum requirements for UE5. I am also looking for this info, I am having similar problem. I’ll post it here if I find any.


2 Likes

THANK YOU VERY MUCH

I did not have The visual studio lol now it works just fine

P.S: For any beginner who is having a hard time packaging his project you need to install the dotnet core 3 and and the visual studio and you are all set

2 Likes

Glad it helped. Also, I’ve found these two videos useful about VS and UE5:

2 Likes