I am trying to slowly adopt the CfgFunctions method and I came accross a limitation.
I cannot have a definitions file:
[mission root folder]\definitions\definitions_1.ext
and a CfgFunctions compliant function file:
[mission root folder]\functions\default\fn_myfunc_1.sqf
where fn_myfunc_1.sqf contains:
#include "definitions\definitions_1.ext"
... because Arma will crash.
Is there any way that I can do this without making full copies of the definitions file and keeping the same folder structure?