Every time I create new classes for new projects and try and access them through the editor, I inevitably run into this recurring baseline issue.
My build cannot be completed because my three “#include” declarations at the top can’t be recognized and my terminal claims it “cannot open source file” for these parts of my code.
I managed to accidentally figure out a fix for my last project, but it’s starting to frustrate me, repeatedly having this issue that I can’t really grasp and figure out a solution for.
My assumption is it’s something to do with the compiler itself; I have all extensions and what not installed. Please help, I’m finally grasping coding and this structural issue getting in my way is preventing me from really diving into the deep end.
Thank you in advance for any advice.