I am building an application for the Raspberry Pi. Everything is working great, however I have one question that I haven’t been able to solve. Is it possible to use local header files? Is it also possible to have those local header files then synced up to the Raspberry Pi? Because right now, I am manually adding the header files to the project and that is causing me to managed two of the same header file. The header files I want to utilize are part of a different project. Does that matter? I know I can set local directories for C++ intellisense, but that doesn’t upload the file I want up to the Raspberry Pi. Does it?
I appreciate taking the time in looking into this matter.
Thanks