Hi,
I have an include file in my FF application that itself includes other include files. I have placed these files into the development directory. I am getting an error from the PB compiler saying that the first include file is not found. Should FF copy include files to the code output directory? or do I need to use complete paths to the files in the include files?
The best thing would be not to have include files referencing other include files, but rather load the individual include files into FireFly as "Modules". I expect that FireFly is making a copy of the main include file and placing it in your code output directory - when PB compiles that file then the embedded include file references can not be found because those include files were not copied.
FireFly does not copy embedded Include file references during parsing.