error code

i am using the cmps03 compass module for a rov
i have put this bit of code in it

#include "CMPS03.h"
CMPS03 cmps03;

but i get these errors

RoVBottomside.cpp:20:20: error: CMPS03.h: No such file or directory
RoVBottomside:17: error: 'CMPS03' does not name a type
RoVBottomside.cpp: In function 'void loop()':
RoVBottomside:94: error: 'cmps03' was not declared in this scop

how can i fix this

josh97531:
how can i fix this

Download and place the library in the proper location.

Download and place the library in the proper location.

And restart the IDE after doing that.