Your kernel is out-of-date, and the corresponding kernel header packages are no longer available. You need to upgrade your system:
apt update apt upgrade then reboot your VM. This should give you the current kernel, 4.17.0-kali3 as I write this, and allow yoiyou to install the corresponding header packages.
To install the guest additions then, run the following command:
apt install virtualbox-guest-dkms virtualbox-guest-x11 linux-headers-$(uname -r)