flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

Cannot open include file: 'atlbase.h': No such file or directory despite all Visual studio ATL installed

Open Kemerd opened this issue 4 months ago • 1 comments

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.

Image

Kemerd avatar Aug 13 '25 06:08 Kemerd

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

Image

Does picking it fix the issue?

MaikuB avatar Aug 19 '25 09:08 MaikuB