All the includes are correct;
DynamicVertex (if you didn't notice) is a vector which is properly filled with numbers;
What is Underlined is the errors.
'DynamicVertexTemp' : undeclared identifier
Is this because it's in a try statement?
error C2059: syntax error : ']'
It says Expected an expression, I can solve it by putting a number there, however I want to pass the entire array into the copy function.