I am trying to compile code that works fine on my friend's pc.
the problem is that I am keep getting error that the compiler can't find the "stm32f7xx_hal.h" file even dough its there and I added it to the include paths.
I'm not an Eclipse/CubeIDE adherent, but is a "Project Tree" actually a directory? Will the file load into the IDE if you click on it? What path does that show?
Show me this in a File Manager.
Make sure that whatever environment variable expansion you have in your Include Paths list actually expands to what you think it does.
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
and are you sure that folder matches your Include paths - after the symbols are expanded?
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.