In interface File. I have included a header file.In that Header file there are many header files included but from top tree bases But in Swig is not able to recognize those
Eample:
main.h
#include<dir/second.h>
#define PAGE 1
Swig is unable to resolve that dir in the header file