ph463 / Gygax

Construction IT research platform for 2D & 3D
MIT License
14 stars 8 forks source link

Pcl Wrapper could not be found #32

Closed ranjithksoman closed 6 years ago

ranjithksoman commented 7 years ago

Hi, I am getting the following error when I try to build Gygax.sln.

Error CS0246 The type or namespace name 'PclWrapper' could not be found (are you missing a using directive or an assembly reference?) GygaxCore

ph463 commented 7 years ago

Hi, you need to build PclWrapper first (using cmake). Therefor you need to install PCL separately. If you have built is successfully you can find a pclwrapper.dll in your build directory.