Hello Hiura
I tried to follow the guide and left out the templates.
But when I tried to compile a simple program (like opening a window, with a sprite etc.) I get the following errors:
/Users/myName/Desktop/Test/Test/main.cpp:12:9:{12:5-12:9}: error: no member named 'Texture' in namespace 'sf' [3]
file://localhost/Users/myName/Desktop/Test/Test/main.cpp: error: Semantic Issue: No member named 'Text' in namespace 'sf'
etc.. (there are 8 issues in total)
I copied the main text from the short example of the docuentation, so there shouldn't be any errors.
Did I link all the libraries?:
Or what else could be the problem?