I'd like to run T-spline from Github, but this error occurs every time
Error C1083
Cannot open include file: 'pybind11/pybind11.h': No such file or directory
I'm trying to build the project.
- I put code and everything else in
C:\Program Files (x86). - I use
pybind/pybind11. - I use
laumaya/GLC_lib. - I use Github extension in MSVC and I download everything directly through the extension.
- I run
CMake (3.13.1)for T-spline and everything looks fine. - I use
MSVC 15 2017.
Thank you!