Error Message: “What is the location of the directory of C header files that match your running kernel?”
Run the following command to resolve this issue:
sudo apt-get install linux-headers-$(uname -r)
That should download the appropriate linux header files for your system.