So i'm just learning to program with C++ (hoping to program with qt eventually) and I decided that I would try using the qt creator's code editor. However, the editor says that the standard library headers are non-existant, even though I can compile my programs just fine using terminal. (i'm on a mac) I was just wondering if there was a way to remedy this so I can run my programs in qt creator. I am asumming there is a file path that the editor is looking for them in and it cannot find them. Any help would be great.