PIO library doesn't see header files in project's include folder

That’s intentional, include and src folders are not global and only visible to project sources (not libraries or frameworks). If you need this include globally specify it in build_flags:

build_flags = -I include
4 Likes