You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like 'filesystem' calls are not a member of std, So just having cmake and vs 2017 build tools might not make it so you can build the project.
slashdiablo-maphack\BH\Modules\ScreenInfo\ScreenInfo.cpp(614): error C2039: 'filesystem': is not a member of 'std' [E:\Diablo2\slashdiablo-maphack\BH\BH\BH.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\experimental/filesys tem(30): note: see declaration of 'std'
The text was updated successfully, but these errors were encountered:
zonemikel
changed the title
Compile issue
Compile issue with filesystem
Feb 26, 2023
Seems like 'filesystem' calls are not a member of std, So just having cmake and vs 2017 build tools might not make it so you can build the project.
slashdiablo-maphack\BH\Modules\ScreenInfo\ScreenInfo.cpp(614): error C2039: 'filesystem': is not a member of 'std' [E:\Diablo2\slashdiablo-maphack\BH\BH\BH.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\experimental/filesys tem(30): note: see declaration of 'std'
The text was updated successfully, but these errors were encountered: