Okay, that what you should do (at least this helped me).
- Download
Build Tools for Visual Studio 2022
from Microsoft site. - Run it. It should be called “Visual Studio Installer”.
- You probable will have some “Visual Studio Build Tools 2022” installed there. Click “Modify” button near it.
- Go to “Individual Components” tab.
- Find exactly (EXACTLY!!!)
C++ V14.38 (17.8) ATL for v143 build tools (x86 & x64)
there. Select it and click “Modify” dialog button.
Notes:
- For folks with another processor architecture: I suppose you need to download the
C++ V14.38 (17.8) ATL for v143 build tools (<somthing with your processor architecture>)
. - When I tried to donwload something similar, but another, the library was installed into other paths. So this didn’t help to fix the warning.
- For folks with another version of MSVC (compiler). Consider you version and find the corresponding ATL component for your verison of MSVC. Also this will be probably useful for you: I'm having a really frustrating issue with Unreal Engine 5.4 and Visual Studio 2022 when trying to build my project - #2 by Arodi007)