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:
I’ve been like this for like two hours now and nothing seems to work. Any help would be appreciated.
2 Likes
KieranLT
(Kieran)
2
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
olyislam
(olyislam)
3
Thanks for sharing the solution.
Yes, it’s working perfectly.
1 Like
namk0207
(namk0207)
5
Thanks!
If Someone occur “__has_feature” error, This solution probably help you.