I am using Arduino IDE 2.3.3. For any library I included from library manager or mannually added by zip, it always output no such file or directory.
For example shown in the image, I installed the liquid crystal i2c library and tried to verify the example, but it said
#include <LiquidCrystal_I2C.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: LiquidCrystal_I2C.h: No such file or directory
I've uninstall and re-install Arduino IDE for multiple times, but it didn't work.
