• 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 Error |TFS 1.3| |8.6| Alkurius Source

chyssler

Member
Joined
May 8, 2012
Messages
41
Reaction score
7
Hello I seems to have a problem when I try to compile my server, I get this Error in Visual studio:
Lua:
1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------
1>otpch.cpp
1>G:\TibiaOtServers\OwnServ\ServerFiles\src\otpch.h(42,10): fatal error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

The Includes that are within the otpch.cpp is :

#include "definitions.h"

#include <algorithm>
#include <chrono>
#include <cstdint>
#include <forward_list>
#include <functional>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <mutex>
#include <sstream>
#include <string>
#include <thread>
#include <unordered_map>
#include <vector>

#include <boost/asio.hpp>

#include <pugixml.hpp>

am I missing something here?
 
Back
Top