UE5.5.4: atls.lib was not resolvable to a file when used in Module 'DumpSyms'

I’m compiling UE5.5.4 in this moment and i have this warning when Visual Studio Project files are generated.

Library 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\atlmfc\lib\x64\atls.lib' was not resolvable to a file when used in Module 'DumpSyms', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.

I installed ATL (x86/x64) with spectre migrations but it did not resolve the warning.

Any idea about how can i fix this?
Thank you so much!!

1 Like

Okay, that what you should do (at least this helped me).

  1. Download Build Tools for Visual Studio 2022 from Microsoft site.
  2. Run it. It should be called “Visual Studio Installer”.
  3. You probable will have some “Visual Studio Build Tools 2022” installed there. Click “Modify” button near it.
  4. Go to “Individual Components” tab.
  5. Find exactly (EXACTLY!!!) C++ V14.38 (17.8) ATL for v143 build tools (x86 & x64) there. Select it and click “Modify” dialog button.

Notes:

2 Likes

Thank you very much for the contribution. I’ll try it next time I install the engine. :heart: