I updated Ubuntu version from 14.04 lts to 16.04 lts and got problems when building projects that utilizes point cloud library. (It used to work well on Ubuntu 14.04 and I
Maybe you should download this file PCL-1.8-linux.deb,
And run this code:
sudo dpkg -i PCL-1.8-linux.deb.
For building pcl from source on 16.04, please follow this tutorial. But there is then no reason to not build PCL 1.8 instead of 1.7.x, as it is downward compatible.
In addition the Jochen Sprieckerhof repository for 1.7.2 is outdated for 1.7.2, as in Ubuntu 16.04 there is a native repository. You can simply do
sudo apt-get update
sudo apt-get install libpcl-dev
I recommend a clean un- and reinstall in one of the proposed ways.