I am setting up a C++ project in XCode and it seems to not recognize my classes. By default, there is a main.cpp file in the source folder.
I added a Node.cpp and Node.h file to this folder, and included the Node.h in my main.cpp file. Unfortunately, it's not recognizing it, it says No such file or directory.
Why is it not linking?