Including the vector header file

I'm very new to Visual C++ Express and I'm working on a windows application that uses a vector. However, when I include the vector header:

#include <vector>

I get an error telling me that there is no such file or directory. What is going wrong here?
Make sure your library is including everything it needs to (I don't remember what you need for vector, should already be there)...if it is, make sure that the vector file actually exists in those directories.
Topic archived. No new replies allowed.