I'm having some troubles on structuring my project in a sane way.
Basically I few scripts in my mission folder. They are organized into subfolders A and B.
Now, I have a script in folder A, that includes like so:
#include "..\B\geometryFunctions.sqf"
Apparently this doesn't work and the #include crashes my game with the following error message (manoeuvres is folder A and utils is folder B):
http://i.imgur.com/3naLm0L.png
Would be nice to see this fixed. {F23282} {F23283} {F23284}