Windows 10 VS2017 PCL1.9.1 configuration issue resolved
The first time to use the PCL library, encountered many problems. Write down some problems here so that other friends who have the same problem can solve them.
configuration
I won’t talk about the basic configuration, you can refer to this blog. I think that’s pretty detailed.
especially recommend a property sheet, then I don’t need in the configuration.
The problem
I ran into several problems after following this blog configuration.
The parameters of the E2512 functional test macro must be simple descriptors
VS2017 at compile time errors E2512 functional test macro parameter must be a simple identifier
this error can be ignored, actually does not affect your code generation, just IntelliSense errors.
Problem with pop_t not finding identifier
I searched this issue for a long time and finally found a solution on GitHub’s Issue.
oblem in PCL third party library Flann kind, dish.h file. #if
pop_t is used in #else
but is not specified, so we add this sentence (which was originally defined in #if
).
Read More:
- PCL environment configuration (pcl1.8.1, vs2017, win10)
- Vs2015 + PCL. 1.8.1 (win10) environment configuration
- PCL environment construction (PCL 1.8.1 + vs 2017)
- Configuration of OpenGL development environment under Windows environment, win10 + vs2019 + glfw + glad
- OpenGL + vs2015 environment configuration problem solving
- Some solutions to the problem of windows flashback after vs running
- Pcl1.9 + vs2017 + win10 installation instructions and MFC adaptation
- OpenGL environment configuration under VS2010 / vs2012 / vs2015
- Vs2017 compiles pcl1.8.1 with vtk8.0 and uses qt5.9.5
- Vs2012 compiling PCL dependency library vtk7.0
- To solve the problem in Windows opencv installation: error configuration process, project files may be invalid
- Problems encountered in PCL configuration environment
- After vivado joined ILA, the [DRC lutlp-1] problem of error problem was solved
- iPhone on Windows 10: “Device is unreachable” SOLVED [Debug]
- OpenGL Programming Guide 8th Edition 9th Edition vs2015 vs2017 configuration method
- [pit filling] problem summary of upgrading VS2010 project to vs2017
- Vs configuration of OpenGL development environment: configuration of glfw library and glad Library
- Can not start, can not find QT pligins “windows” problem after installing QT vs environment 2021-06-13
- Some configuration problems of OpenGL in VS2008
- Vs2015 OpenGL environment configuration