关于PCL1.8.1在编译过程中报错问题的排除

(1)将lpng1635和zlib-1.2.8解压在同一目录文件下面;

(2)进入lpng1635/projects/vstudio,确认zlib.props中的路径是否

..\..\..\..\zlib-1.2.8

(3)将vstudio用VS打开编译会有一个致命错误C1041:please use /FS

I had this problem because different projects in a solution had the same intermediate directory.

$(Platform)\$(Configuration)\ to $(Platform)\$(Configuration)\$(ProjectName)\

(4)编译vstudio成功后,打开pcl.sln,找到pcl_io工程,输入依赖lib的路径和lib库

zlib.lib

libpng16.lib

你可能感兴趣的:(3D)