When using the Visual C++ 11 (2012) - 32 bit download of SFML for Visual Studio 2012 I get intellisense problems. Sometimes it will say "XML comment contains invalid XML: Whitespace is not allowed at this location." Most of the time it looks like this for example:
I don't think I should be seeing all this \brief, \param, \return business because I never seen that before. Also when I launch the sfml.chm file that comes with the download and try to click on a class nothing shows up, there is just a large white space. This led me to believe I may have deleted or somehow corrupted some XML file that contains the documentation so I re-downloaded SFML but nothing changed.
Am I the only with these problems? Are there solutions?
Thanks