How to #include vector <>? or other members of the standard library?

no, that is not about use libraries, by default unreal hates c++ stl really hard , I afraid you will not able to use vector<> inside UE, port everything to TArray or you can port everything inside a dll, and then call it from UE, without let unreal touch those vectors, otherwise you will be in big trouble