我遇到了一个问题,我需要知道如何包含文件common_headers.h
,因为some_implementation.cpp
内可以访问各种内容。在some_implementation.cpp
内,我不直接包含common_header.h
。相反,我包括important_headers.h
,old_headers.h
,test_headers.h
等。其中一个文件可能包含common_headers.h
,但更可能是一个(或更多) )包括一个包含common_headers.h
文件的文件。在Xcode中有没有办法看到这些路径?类似的东西:
?> Find-Include-Path some_implementation.cpp common_headers.h
common_headers.h is included first via:
some_implementation.cpp
important_headers.h
deprecated_header.h
common_headers.h