max6675 error after

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

C:\Users\Grarizki\AppData\Local\Temp\cc9VwaEz.ltrans0.ltrans.o: In function `__static_initialization_and_destruction_0':

C:\Users\Grarizki\Desktop\kj3bkenffnlksfns/kj3bkenffnlksfns.ino:9: undefined reference to `MAX6675::MAX6675(signed char, signed char, signed char)'

C:\Users\Grarizki\AppData\Local\Temp\cc9VwaEz.ltrans0.ltrans.o: In function `loop':

C:\Users\Grarizki\Desktop\kj3bkenffnlksfns/kj3bkenffnlksfns.ino:22: undefined reference to `MAX6675::readCelsius()'

C:\Users\Grarizki\Desktop\kj3bkenffnlksfns/kj3bkenffnlksfns.ino:24: undefined reference to `MAX6675::readFahrenheit()'

collect2.exe: error: ld returned 1 exit status

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

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

after i put the max6675.h inside the file, it goes to these logs.

Can you post your code? - (and please use code tags - see guidelines for posting)

after i put the max6675.h inside the file

Inside what file?

What did you do with max6675.cpp?