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!!