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.
Great; you can mark your topic as solved (having a solution) by clicking the checkbox button under the most useful reply. This will let others that have the same issue and those that want to help know that your issue was solved.