Api.h includes Reflex/Type.h which cannot be found

Api.h includes Reflex/Type.h which cannot be found.
It is only with cint7, when i try to include api.h to my dll

It is windows project, vs2008.
In my vs project i set additional include directories:
$(CINTSYSDIR)/cint7/inc

And there is no Reflex at that path. it is one level up. I add that path to reflex, but it also does not have Type.h.

I added additional include directory for vs2008 projetc:
$(CINTSYSDIR)/cint7/inc;$(CINTSYSDIR)/reflex/inc
and this helps to build, but my question is: Is it correct (There are several Type.h files in CINT)?

[quote] did I specify it correctly (There are several Type.h files in CINT)?[/quote]Yes you did.

Cheers,
Philippe.