Cannot open include file: 'atlbase.h': No such file or directory despite all Visual studio ATL installed
L:\Dev\app\windows\flutter\ephemeral\.plugin_symlinks\flutter_local_notifications_windows\src\plugin.cpp(5,10): error C1083: Cannot open include file: 'atlbase.h': No such file or directory [L:\Dev\app\build\windows\x64\plugins\flutter_local_notifications_windows\shared\flutter_local_notifications_windows.vcxproj] Building Windows application... 10.2s Build process failed.
I have all of the libraries installed.
I can't say for sure what is missing but when I used Visual Studio installer, I picked the .NET desktop development workload. Did you do so as well or picked something custom? When I go to individual components to look at ATL specifically, I can see the ARM64 build tools were also installed
Does picking it fix the issue?