I have been having the same issue as the user in this issue:
#29
Despite having installed msgpack-c for c++. By running the following commands:
git clone https://github.com/msgpack/msgpack-c.git
cd msgpack-c
git checkout cpp_master
cmake .
sudo cmake --build . --target install
Which were supplied in installation section in the readme