I'm getting the following error message when I try to run the line vector data in my program:
Unable to open 'stl_vector.h': Unable to read file (Error: File not found (\usr\include\c++\7\bits\stl_vector.h))
I have #include and using namespace std at the top of my file and have no issues compiling or starting the debugger (the issue arises when I try to run the line "vector data" through the debugger. Any suggestions for how to solve this issue would be appreciated!