So I just finished an online course on C++ programming, and I want to make something. Not sure what yet, just something small. I found SFML and it seems like a pretty good option for beginners. However, once I finished setting it up on Xcode, and try running the basic sprites it comes with, I get two errors in main.cpp: the first, it does not find the SFML/Graphics.hpp file, but does find the SFML/Audio.hpp file, which is odd. I found the file just by typing it into Finder, but the project cannot. It also can't seem to find a few identifiers in some portions of the code. If someone could help me, I'd be very grateful; although it probably is pretty basic.