The filesystem library was originally developed as boost.filesystem, was published as the technical specification ISO/IEC TS 18822:2015, and finally merged to ISO C++ as of C++17. The boost implementation is currently available on more compilers and platforms than the C++17 library.
on my compilation it said unable to find filesystem but worked after removing "experimental".
https://github.com/umautobots/GTAVisionExport/blob/717be0d50e14874b21b63dcd2f3ff195a4202cd9/native/src/main.cpp#L23
https://en.cppreference.com/w/cpp/filesystem
on my compilation it said unable to find filesystem but worked after removing "experimental".
Disclaimer: I am still kind of a noob in c++