Windows Compiling Failure
While trying to compile on Windows 11 this fatal error occurs, then the terminal proceeds to work a little more on compiling some more stuff, but ultimately does not generate .exe file on build directory.
I have followed all steps enabling long path support, installed GIT, installed MS Visual Studio 2022, installed Qt 6.5.3 SDK, downloaded VCPKG repo.....
I have no idea why LNK1104 is still an issue.
my set LIB seems to be correct aswell
but compiling eventually returns LNK1104, as if it could not open atls.lib
I have also tested atls.lib through a simple test.cpp, and it created a test.exe file
Does anyone know why LNK1104 keeps showing up?
facing exactly the same issue
EDIT: i managed to fix this by installing the correct atl via Visual Studio Installer