Cannot find libtcod.hpp on Xcode on MacOS Mojave even though it is included?

68 Views Asked by At

I'm trying to create my own game through the libtcod library on MacOS. I've installed the library for mac and made sure that all the files are in the folder. When I try to test my code in Xcode, it says that the header file (libtcod.hpp) cannot be found. I already included all the files in the frameworks and libraries section so it doesn't exactly make sense as to why the code cannot find the header file.

Here's the tutorial I'm following: http://www.roguebasin.com/index.php?title=Complete_roguelike_tutorial_using_C%2B%2B_and_libtcod_-_part_1:_setting_up#Installing_the_compiler

Screenshot of the code: https://i.stack.imgur.com/i1NPT.jpg

0

There are 0 best solutions below