Problem in MQL5 code, Help!

 
Hello, I am starting to learn MQL5 and right at the beginning I have a problem that I can't solve. The console shows an error that my function has no body, even though everything is in the second file. Help!
Files:
 
 
Władysław Bojko #:

I dołącz plik mqh do pliku mq5:

https://www.mql5.com/en/docs/basis/preprosessor/include

still nothing :(
Files:
 
Krol_96 #:
still nothing :(

It's hard to understand anything using screenshots. Attach both files here.

 
Władysław Bojko # :

Trudność w zrozumieniu podstawy zrzutów ekranu. Dołącz oba pliki tutaj.

Plss, look at this :)

Files:
 
When I move the function to the First_Expert file, everything works, but when the function is in the file with functions, it throws errors. The problem probably lies in the #include, i.e., loading the file.
 
Krol_96 #:

Plss, look at this :)

No compilation errors


 

Make sure the file you included contains the function. Perhaps you included some other file


 
Władysław Bojko # :



I feel stupid, where is the problem? Should I uninstall MQL5?
 
Władysław Bojko #:

Upewnij się, że dołączony plik zawiera funkcję. Być może dołączony został jakiś inny plik


yes,   included some other file
 
Vladislav Boyko #:

Make sure the file you included contains the function. Perhaps you included some other file


Thank you very much, I created a new file and now it imports without any problems. It was loading a different file with the same name :D