Arduino not detecting config?

I keep getting this error when using OS 7.7

C:\Users\jelow\OneDrive\Desktop\ProffieOS-7.7\ProffieOS\ProffieOS.ino:28:21: fatal error: Myconfig6.h: No such file or directory
28 | #define CONFIG_FILE “Myconfig6.h”
| ^~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: Myconfig6.h: No such file or directory

I’m fairly new to proffie and have no clue what to do. Here is link for Pastebin

is your config file in the config folder? If so, you need to
#define CONFIG_FILE “config/Myconfig6.h”

Yes the config file is in the config folder.
I tried the #define CONFIG_FILE “config/Myconfig6.h” and it gave me this error instead.

C:\Users\jelow\OneDrive\Desktop\ProffieOS-7.7\ProffieOS\ProffieOS.ino:57:10: error: #include expects “FILENAME” or
57 | #include CONFIG_FILE
| ^~~~~~~~~~~
C:\Users\jelow\OneDrive\Desktop\ProffieOS-7.7\ProffieOS\ProffieOS.ino:233:10: fatal error: common/common.h: No such file or directory
233 | #include “common/common.h”
| ^~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: #include expects “FILENAME” or

can you copy the too section of your proffieos.ino filr frim arduino showing your config file define and paste it here?

Did you rename the ProffieOS directory?
Did Arduino offer to create a sub-directory and move ProffieOS.ino into that subdirectory?
Did you answer yes?

If you did, you’ll need to undo all of that for ProffieOS to work, or start over from a fresh zip file.

More information here:

I ended up starting over a fresh 7.7 zip file and Arduino didn’t offer to create a sub-directory this time so now everything works perfectly. I’ll do everything the guide says if it asks to make a sub-directory again, Thank you!

1 Like