• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling 'boost/filesystem.hpp'

-vG

New Member
Joined
Oct 18, 2018
Messages
39
Solutions
1
Reaction score
4
Location
Brazil
Hello guys,
I installed Visual Studio 2017 Community (compiler)

following these steps:
otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-(vcpkg))

but when you run and click build solution
this error appears

Severity Code Description Project File Line Suppression State
Error C1083 Can not open include file: 'boost / filesystem.hpp': No such file or directory (compiling source file .. \ src \ behaviourdatabase.cpp) theforgottenserver d: \ ot \ nostalrius-master \ src \ tools.h

Does anyone know a solution?
 
For some reason, it does not see your boost/filesystem.hpp file.
I would delete all and try to do it once again, as it might be such a mess looking for those whole links etc.
 
Back
Top