Ubuntu Vmware Server C header files headers error

stuck with this error?

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

try this:

sudo apt-get install linux-headers-$(uname -r)
ln -sf /usr/src/linux-headers-$(uname -r) /usr/src/linux