Problem with compiling of #include "LiquidCrystal.h"

I have a compiling problem as shown in attached file. I am new to this forum and to Arduino also, so i'll be needing some help if possible.
I cannot find the folders in question(arc and Utility).

Any suggestion of what i am doing wrong.

In advance, thanks for the help.

Regards
Nygaardjan

I think you need to write:

#include <LiquidCrystal_I2C.h>

You need the <> brackets.