Attempting 6.7 Upgrade

Following some instructions on YouTube (Upgrading Proffieboard Lightsaber to OS6 with Fett263's EDIT MODE! - YouTube), I think I may have successfully upgraded my proffie saber to 6.7. But I’m running into one error message that I don’t understand:

Arduino: 1.8.19 (Windows 10), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"

In file included from C:\Users\ajbur\Desktop\ProffieOS-6.7\ProffieOS\ProffieOS.ino:552:

C:\Users\ajbur\Desktop\ProffieOS-6.7\ProffieOS\config\new_CONFIG.h:42:10: error: #include expects "FILENAME" or <FILENAME>

   42 | #include "../props/saber_fett263_buttons.h

      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

exit status 1

Error compiling for board Proffieboard V2.

It looks like Arduino is looking for a file named “saber_fett263_buttons.h”, which is there where it’s supposed to be in the “props” folder. Anyone know what’s going on here?

you need to close the quote " after the file name.

The " is there at the end of the line. Arduino isn’t seeing it I guess.

No it isn’t.
If you see it and arduino doesn’t, then you are probably looking at a different file than what arduino is using.