Building a PID oven controller

Hi 

I am building a PID oven controller based on this project:

 

https://www.robotshop.com/letsmakerobots/node/30810?destination=node%2F30810

I have all of the hardware assembled and I think I am making a rookie mistake.  I am getting an error when I try to upload the code to my Arduino.  It says

 

No matching function for call to 'MAX31855::MAX31855(int, int, int)'

I am using the sample code provided in the above project.  I have done some basic arduino coding but I am a rookie.  I think it is asking me to define something but I am not exactly sure what??  I also read about this error several other places and see that I am not the only one having this error but I can not find an answer.

I am adding some functionality to this project with a data logger and humidity sensor any help will be greatly appreciated.

 

Thanks in advance

 

Patrick