Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. 1>------ Build started: Project: Sea Of Thieves External ESP v2, Configuration: Debug x64 ------
  2. 1>Config.cpp
  3. 1>The contents of <filesystem> are only available with C++17 or later.
  4. 1>Main.cpp
  5. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.23.28105\include\experimental\filesystem(26,1): fatal error C1189: #error: The <experimental/filesystem> header providing std::experimental::filesystem is deprecated by Microsoft and will be REMOVED. It is superseded by the C++17 <filesystem> header providing std::filesystem. You can define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING to acknowledge that you have received this warning.
  6. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.23.28105\include\experimental\filesystem(26,1): fatal error C1189: The contents of <filesystem> are only available with C++17 or later.
  7. 1>SotStuff.cpp
  8. 1>Generating Code...
  9. 1>C:\Users\Kiosk.DESKTOP-1PTV31T\Downloads\old\Sea-Of-Thieves-External-ESP-v2-master\Main.cpp(45,54): error C2065: 'frameRate': undeclared identifier
  10. 1>Done building project "Sea Of Thieves External ESP v2.vcxproj" -- FAILED.
  11. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement