I must admit, I'm baffled by what I just wrote.... I've looked in the ".cbp" file (i.e the XML project) and there's absolutely no reference to any of the search directories that I set up, earlier today. This morning, the project wouldn't compile without them - but it does compile now... :?:
Is there any kind of 'global' area where I could have set them up - i.e. an area that stores search directories to be used by every project?
[Edit...] Oops, there is a global settings dialog - and that's where I'd set up my search paths..! :oops:
This begs the question - for cross platform development, should I be using URLs here (something like:-
file://[some_kind_of_volume_identifier]//[path_to_my_include_files] ?? )