Arduino searches on wrong place for libraries

Hi,

My arduino IDE is looking for a library, but it is looking for the file in the place I saved it. Could someone help me please.

This is the path where the arduino sketch is looking and this is the error I get:

C:\Users\Raoul\Google Drive\Projects\Arduino\PRO Mini\Kamer_Arduino\Kamer_Arduino.ino:10:20: fatal error: ds3231.h: No such file or directory

#include "ds3231.h"

^

compilation terminated.

exit status 1
Error compiling for board Arduino Pro or Pro Mini.

You should use the library manager to place the library. Libraries are located in two places, the first is a folder where the IDE is located and the second in a folder where your work is saved to. the second is where your added libraries should reside.