Unable to compile Cayenne - mqtt library file not found

I have installed CayenneMQTT library. When tried to compile a simple program it gives me the below error.
Unable to fine a solution. If anyone has resolved such issue, Please guide.

Arduino: 1.8.3 (Windows 8.1), Board: “NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200, 4M (3M SPIFFS)”

Build options changed, rebuilding all
C:\Users\Pankaj\Documents\Arduino\MyDeviceMQTT\MyDeviceMQTT.ino:2:32: fatal error: CayenneMQTTESP8266.h: No such file or directory

#include <CayenneMQTTESP8266.h>

                            ^

compilation terminated.

exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.

Hi @pankaj.patra and welcome to the Cayenne Community.

We have a different library for Cayenne ESP8266 MQTT, give this one a shot, it should contain the file you’re looking for: GitHub - myDevicesIoT/Cayenne-MQTT-ESP: Cayenne MQTT ESP8266, ESP32 & NodeMCU Library