Problèmes de compilation sur proffieOS - Arduino IDE 2.3.2 : fatal error: config/myconfig.h: No such file or directory

Hello,
I’m Téo and i try to program my first proffieboard v3.9 DIY lightsaber. For that, I used a great tools of Fet263 to config lightsaber. I finished and I rename a file “graflex_V1.h” into “myconfig” who contain the final configuration generate by @Fet263 tools. In addition, once have all done in order, I change the line 28 “config/default-proffieboard_config.h” into “config/myconfig.h” in ProffieOS-Arduino IDE 2.3.2. I lauched a verification for upload and I receveid this code error message :

IDE 2.3.2 C:\Users\flash\Downloads\ProffieOS-v7.14 (2)\ProffieOS\ProffieOS.ino:28:21: fatal error: config/myconfig.h: No such file or directory
28 | #define CONFIG_FILE “config/myconfig.h”
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: config/myconfig.h: No such file or directory

Also, exatly the same problem appare in former version of ProffieOS Arduino. I know because i download the former version and i receve the same error.

I don’t know why this error pop in my IDE. Can you explain me why and can you help me ?

Thank you in advance for your help.

Regards,
Mr. Téo

It’s simply saying that it cannot find config/myconfig.h.

The most common reason for this would be that you actually named your file config/myconfig.h.h, but windows “helpfully” hides the last “.h” from you and just says that the file is of “type h” instead. Compare with the other files in the directory. Do they have “.h” at the end?

Sorry for the delay to answer you (some small concerns).
Indeed, if we compare the files, the difference is that windows does not display “file . h” next to it in the file explorer.
That’s why it is necessary, when the programming tool (ProffieOS7 tools) of @fet263 has been used for our purpose, to download the complete configuration. Once done, you will have to continue by deleting the download config file. h (file now registered by windows as .h), in the correct path.