cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Vs 2019 build error #2191

Closed aboutqx closed 3 years ago

aboutqx commented 3 years ago

Severity Code Description Project File Line Suppression State Error C2039 'filesystem': is not a member of 'std' (compiling source file D:\Github\Cinder\src\cinder\CinderAssert.cpp) cinder D:\Github\Cinder\include\cinder\Filesystem.h 31

MikeGitb commented 3 years ago

You have to compile with c++17.

aboutqx commented 3 years ago

Yes, it works, i just forgot to set all the projects using c++17.