Error finding library: No such file or directory

Library: GitHub - ProjectNeura/LEADS-Arduino: Lightweight Embedded Assisted Driving System Arduino Library
It is installed through zip and can be seen from the "Include Library" menu. It appears in the libraries directory, but I received the following error.

...\...\sketch.ino:1:10: fatal error: LEADS.h: No such file or directory
 #include <LEADS.h>
          ^~~~~~~~~
compilation terminated.

exit status 1

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

It looks that you installed library incorrectly. Where is library folder is located?

Please show the error message in full.

Library folder: C:\Users\futer\Documents\Arduino\libraries\LEADS
The error message is already in full.

It may be because the OneDrive. The documents folder is on OneDrive, but it does correctly recognize it in the "Include Library" menu.

no, it is not

Please show screenshot of directory manager with contents of the library folder



Delete what you have in the Library folder, and try installing LEADS.h from the library manager. I did that, and the example sketch compiles successfully.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.