SFML community forums

Help => System => Topic started by: JQ on April 09, 2020, 05:07:52 pm

Title: [SOLVED] Error: Vector2 is not a template
Post by: JQ on April 09, 2020, 05:07:52 pm
(https://imgur.com/LQiselW)

Error(s) is from file located in:
include\sfml\system\vector2.inl

I use:
Visual Studio Community 2017 15.9.21
SFML 2.5.1
ISO C++ 17 "Latest Draft Standard"
Release x64
SFML_STATIC

static library project
precompiled headers: disabled

Additional Dependencies:
(click to show/hide)

I tried (still the same error):
ISO C++ 14
Visual Studio Community 2017 15.9.19

VS Output:
(click to show/hide)
Title: Re: Error: Vector2 is not a template
Post by: Laurent on April 09, 2020, 07:06:08 pm
What code are you compiling?
Title: Re: Error: Vector2 is not a template
Post by: JQ on April 10, 2020, 01:12:16 pm
Problem Solved, One of mine unfinished scripts made this error.