Hey all,
I've got a weird issue. For some reason, some of the files in my project don't detect "Texture" as a member of the sf namespace, while others do. They all include stdafx.h, which in turn includes SFML\Graphics.hpp.
But even if I just type "sf" and let the drop-down come up, Texture isn't in there for some of the files.
I've tried cleaning and rebuilding the entire solution, but I don't know what else to do.
EDIT - I'm using SFML 2.1, which I didn't build myself, and has been working fine. I'm guessing there's some weird issue with my VS 2012, but I was wondering if anyone else experienced this and had any solutions.