C++ #include is not found

后端 未结 9 665

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?

9条回答
  •  悲哀的现实
    2020-11-27 05:06

    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.

提交回复
热议问题