c++visual-c++winapi

C++ #include <atlbase.h> is not found


When I compile my C++ program in Visual Studio Express it says that it can't find atlbase.h. Am I missing some SDK or something?


Solution

  • Microsoft ATL (Active Template Library), which includes the header atlbase.h is included with the Windows 2003 SDK, but it is not included with any newer Windows SDK release. It is also included with Professional editions of Visual Studio.