Works if include file is in the same folder as the main pbp (as you said),
Code:
INCLUDE "Variables_v0_1.pbp"
but if file is in different folder then it fails to open it (path in front of actual file is not working).

Could this be fixed?

I prefer kind of "modular coding", which means that I use a lots of includes in main pbp. All the code is in include files, which are located in different folder, etc ../include/ -folder to keep thing more clear and readable. This is working very well with MicroCode Studio.

-Gusse-