Sim7000E library problem

Hi all,
I new to using libraries and am trying to run some examples on my uno and the SIM7000E shield. I downloaded and installed the ZIP file through IDE, but when I compile I get the error message below. It seems SIMcore_h is missing?

Also, from reading this forum; Can anyone confirm if the SIM7000E is going to work at all in Australia on the Tesltra 3g/4g network?

Thanks in Advance

Stephan

Arduino: 1.8.7 (Windows 10), Board: "Arduino/Genuino Uno"

In file included from C:\Users\electrical\Documents\Arduino\libraries\DFRobot_SIM7000-master\examples\DFRobot_SIM7000_GetPosition\DFRobot_SIM7000_GetPosition.ino:13:0:

C:\Users\electrical\Documents\Arduino\libraries\DFRobot_SIM7000-master/DFRobot_SIM7000.h:4:29: fatal error: DFRobot_SIMcore.h: No such file or directory

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

Do you have a directory named

C:\Users\electrical\Documents\Arduino\libraries\DFRobot_SIM7000-master

Or did the -master get removed through the GUI abased installation ?

What does the include line look like ?

Yes it’s there;

As an experiment I copied Sim7000.h and renamed SIMCore.h and the error goes away....even though the #include line still refers to SIM7000???

Anyway....on to the next error....