2017年8月28日

too many include files depth = 1024错误原因

摘要: VS 中出现too many include files depth = 1024错误,出现错误的原因是头文件直接或间接的引用了自身,导致引用的死循环。因此针对性的修改头文件结构,或者使用#ifndef...#define...#endif宏命令来选择性地包含头文件。参考地址:https://sta 阅读全文

posted @ 2017-08-28 11:16 GISVito 阅读(707) 评论(0) 推荐(0) 编辑

导航