Project UCSO development thread

I have no experience whatsoever with UCSO, but that sounds like you need to include <filesystem> when using the library...
 
New error...
The contents of <filesystem> are available only with C++17 or later.
If I change my C++ language standard to C++17, the new error goes away, but either way I still get the same error as before.
 
Back
Top