niessner / mLib

Research Library used in the Visual Computing Lab
http://niessnerlab.org
MIT License
89 stars 45 forks source link

VS2019 Compile Problem #12

Closed Wolle86 closed 3 years ago

Wolle86 commented 4 years ago

Datei (Include) kann nicht geöffnet werden: "boost/serialization/array_wrapper.hpp": No such file or directory
\mLib\include\core-base\common.h 61

neeek2303 commented 3 years ago

Same problem

khakhlyuk commented 3 years ago

in my case just commenting it out helped

dazinovic commented 3 years ago

It seems to be a boost issue. Either install a newer version which has the file or try commenting out the include (not sure what it's actually used for here).