Help! Visual Studio Preferred Version in 5.4

Hi. I recently downloaded Unreal Engine 5.4.4 and I’m unable to build a single project.

It tells me that I need to install ••VSVC v143 - VS 2022 C++ x64/x86 build tools (Latest)" which I have, but for some reason, nothing seems to work.

This is what it shows:

This is what I have downloaded:
image

I’ve been like this for like two hours now and nothing seems to work. Any help would be appreciated.

2 Likes

In your visual studio configuration (you can modify it in Visual Studio Installer) :

  • Click Modify on the 2022 version
  • Go to Individual components
  • Type “MSVC” in the search bar
  • Check “MSVC v143 - VS 2022 C++ x64/86 build tools (v14.38-17.8)”
  • Then click modify in right bot corner

You should be good to go for building

9 Likes

Thanks for sharing the solution.
Yes, it’s working perfectly.

1 Like

Thank you

Thanks!

If Someone occur “__has_feature” error, This solution probably help you.