C++ #include is not found

后端 未结 9 660

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:09

    That header appears to be a part of the Windows Platform SDK.

    You should search your computer for the file. That will tell you if you're missing it.

提交回复
热议问题