Hi @ph_ne It should be able to find the includes but you need to use a full absolute path. This is because certain hosts will call CWD when they load, which messes up relative paths for Cabbage. You can use chnget:S(“CSD_PATH”) to get the path of the .csd file and go from there. So even if you’re using cabbageIncludes you should probably still use an absolute path.
i guessed it must be somethin like this. but this does not work. also, is a `#include` statement not an precompiler command? how can this handle like a csound process like this?