SFML community forums
Help => General => Topic started by: smhoff on October 17, 2013, 09:03:44 pm
-
// Edit //
Tried to delete this message and move it to the correct forum, but it won't let me. Sorry about that guys.
// Edit //
Ok I've searched for a couple of days now. Compiled SFML 2.1 with VS2012 a couple of times, created probably 20 different projects static/dynamic, added XML comments in the SFML code base and generated XML all trying to get some kind of IntelliSense support in VS2012.
Any other C++ project I get IntelliSense, but the second I reference SFML it stops working. And it stops not just for SFML libs but for std::blah_blah.
It must be something incredibly silly I'm doing, I'm hoping someone else has had this issue and solved it.
Thanks!
-
intellisense is just bad and stupid sometimes unfortunately. You'd probably have to dig around the MSDN knowledge base to see if there is anything you can do. When using VStudio i tend to just ignore intellisense since it never knows what its doing most of the time.