Include files in EA

 
Hi! I have recently found out that indicators can be loaded in EA as a resource. I was wondering if include .mqh files can be loaded in the same manner?! 
 
Daniel Cioca: Hi! I have recently found out that indicators can be loaded in EA as a resource. I was wondering if include .mqh files can be loaded in the same manner?! 

".mqh" files are included as part of the compile process (i.e. "#include"). There is no need to add them as resources.

Did you perhaps mean "library" files instead?

 
Fernando Carreiro #:

".mqh" files are included as part of the compile process (i.e. "#include"). There is no need to add them as resources.

Did you perhaps mean "library" files instead?

Right… stupid question … I thought I have to keep the include file always in that folder otherwise EA won’t work… 😁 it seems like once it is compiled that’s it… thanks… stupid me
Reason: