• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Error compiling latest forgotten

DreadShi

Member
Joined
May 18, 2019
Messages
180
Reaction score
7
i am trying to compile official forgotten server with vs 2017 and i get this error , tried to compile tfs 1.4 and it worked , dunno what is the problem

using tfs sdk 3.2
boost 1_66_0
windows sdk installed
37431
 
I'm not talking about the libraries, the headers are not visible to the project (probably). You have compilation problem, not linking.
Take a look at Properties -> C/C++ -> Additional Include Directories and add your ../mysql path there if not present
 
I'm not talking about the libraries, the headers are not visible to the project (probably). You have compilation problem, not linking.
Take a look at Properties -> C/C++ -> Additional Include Directories and add your ../mysql path there if not present
already imported include/mysql path
still same problem
 
Back
Top