UE 5.7 SDK Error

Summary

I have a SDK Not Setup Error, and I haven’t found a solution online. They typical “make sure the right SDK is installed” has not worked for me. I’m trying to figure out how to package my project.

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Publishing

Steps to Reproduce

  1. Click “Package Product”
  2. SDK Not Setup Error Populates

Expected Result

The game should package.

Observed Result

The game throws an error

Platform(s)

Windows 10

Upload an image

Additional Notes

I’ve followed online directions to make sure the most recent SDK is installed, but it hasn’t made a difference. I also noticed that there seems to be a version discrepancy in the attached screenshot. It is like two different versions are showing installed?
I have also tried downloading and installing Visual Studio, but it did not fix it.
I successfully cooked the project.
I verified the contents data.
I’ve clicked “Force Update Device”.

Resolved! I found the error in the output log. I needed to have Visual Studios 2022 installed (I had 2026 at one point) with the windows 10 SDK included (unsupported version). Now it doesn’t call the error and the correct SDK shows in the drop down menu.

Thank you for sharing, I had exactly the same issue and resolution