Hi folks
Today my IDE caused BSOD (probably), and after this i’m getting still “No such file or directory” when compiling any custom library.
I’ve tried to:
reinstall arduino
change sketch directory
delete temporary arduino files
delete appdata
install other versions like 1.6.6, 6.5, 6.0, 5.0 etc.
reboot system
clear arduino registry (in windows)
use non installation version (zip)
change #import <library.h> to “library.h”
and after a few hours of trying, my ide is still saying “No such file or directory” when i’m using any custom library …
I’m adding library throught IDE install option
I’m using third party libraries. The error message is:
In file included from C:\Workspaces\Arduino_workspace\Test\project\project.ino:23:0:
C:\Workspaces\Arduino_workspace\libraries\HMC5883L/HMC5883L.h:26:26: fatal error: ../Wire/Wire.h:
No such file or directory
#include "../Wire/Wire.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino Nano.
And this is sample, for other one it’s loading wire.h but is not recognizing other file.