MQL5 compiler issue with /include flag

 
Hello,

On build 6180, when compiling through command line with /include flag, the following error is observed "Invalid resource path". This is probably the same issue as mentioned here (the thread mentioned it was fixed in 6140). https://www.mql5.com/en/forum/513579/page9#comment_60243060

This issue did not exist on previous build (not sure what build was before live update triggered) as I'm compiling same source code but the error only appears after the last update to build 6180.

I'm not able to bypass this issue by downgrading the build due to live update.

Side question: through the Metaeditor command line is there a flag to disable optimisation equivalent to the one shown on Metaeditor GUI? There was no mention of it here https://www.metatrader5.com/en/metaeditor/help/development/compile

Appreciate anyone who have information. 
Thank you.

 

Not reproducible the bug you mentioned was fixed and stay fixed. I just checked with B6180.

You need to provide technical details to report an issue.

Documentation of the command line is here : https://www.metatrader5.com/en/metaeditor/help/beginning/integration_ide

Launch this command to get an help window : 

MetaEditor64.exe /?
Integration with other IDEs - Welcome to algorithmic trading - MetaEditor Help
Integration with other IDEs - Welcome to algorithmic trading - MetaEditor Help
  • www.metatrader5.com
MetaEditor allows you to write code not only in MQL4 and MQL5. You can also edit and compile the C++ and Python source code. In addition, you can...