Hi, I am programming a project and am using SFML and I have gotten strange error. Everytime I try and create a vertex array in my header file I get an error saying that LineStrip does not exist in sf namespace. However, in the cpp file that includes that header file I can use sf::LineStrip without any errors. I am not sure how this error is occurring and would greatly appreciate some help. Thanks.