Originally Posted By: djfeeler
To include a file it is necessary to make #include "mtlFX.c"; not #include <mtlFX.c>;


That would be new to me, as <> means: include from "include"-folder in the gs path, and "" means include from the actual work_folder (plus given path,if)