Jucer: absolute paths for subcomponents

Hello everyone,

I have 2 components A and B, and B is a subcomponent of A in jucer.

In A.h Jucer writes:

#include “d:/complete/path/to/B.h”

Even though A.h and B.h reside in the same directory…

I can edit this to #include “B.h” but each time I save in the jucer, I have to edit it… again :slight_smile:

Am I missing something?

  • Bram