3,970 questions
how to import opend3d c++
Cherry Blossoms
0
Reputation points
I'm new to Visual studio c++ gui. I have worked with python & gui before. Just trying to import the open3d into the gui but am having trouble with that, I do know c++ and how to use #include but am completely new to visual studio code.
The steps i took are as follows
- download and extract open3d c++ file
- [http://www.open3d.org/docs/latest/getting_started.html]
- create a CLR .NET frame
-
- import it into the following (Pathto refers to the path of the extracted folder from step 1)
- . C/C++ > General> Additional include directories> pathto\open3d\3rdpart\ (If i dont include it, i get errors with #include <Eigen\core>
. VC++ Directories> Include directories> pathto\include
- Linker> Input> Additional dependencies> Open3D.lib
- Linker> General> Additional Library directories> pathTo\lib
- Linker> General> Additional Library directories> pathTo\lib
Developer technologies C++
Developer technologies Visual Studio Other
5,450 questions
Sign in to answer