Aeronx
Intermediate OT User
- Joined
- Dec 17, 2015
- Messages
- 746
- Solutions
- 9
- Reaction score
- 125
Hello all! I have this error compiling the tfs with this system: Reward System [remake of #1628] by socket2810 · Pull Request #1641 · otland/forgottenserver · GitHub
I think the problem is that I added the 4 new files to source wrong, but i didnt know how to solve it. I am compiling in windows with mvs2015.
Thank you in advance.
I think the problem is that I added the 4 new files to source wrong, but i didnt know how to solve it. I am compiling in windows with mvs2015.
Thank you in advance.
Code:
1>..\src\reward.h(4): warning C4627: '#include "container.h"': skipped when looking for precompiled header use
1> ..\src\reward.h(4): note: Add directive to 'otpch.h' or rebuild precompiled header
1>..\src\reward.h(37): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "otpch.h"' to your source?
1> rewardchest.h
1>..\src\rewardchest.h(4): warning C4627: '#include "container.h"': skipped when looking for precompiled header use
1> ..\src\rewardchest.h(4): note: Add directive to 'otpch.h' or rebuild precompiled header
1>..\src\rewardchest.h(31): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "otpch.h"' to your source?
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Last edited: