Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Visual studio 2019 intellisense not working with SFML  (Read 2254 times)

0 Members and 1 Guest are viewing this topic.

bigrabit

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Visual studio 2019 intellisense not working with SFML
« on: May 28, 2021, 02:43:23 am »
Hey guys,

I have tried googling my problem and I can't seem to find any relevant articles to my problem.

I have VS2019 installed, followed the steps on this tutorial () to get a minimal example working.

The solution builds and run fine, but my VS intellisense is completely crippled. It is not even highlighting class names, let along code suggestion/completion.

Please advise what can be done to overcome this issue.
« Last Edit: May 28, 2021, 02:45:48 am by bigrabit »

bigrabit

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Visual studio 2019 intellisense not working with SFML
« Reply #1 on: May 28, 2021, 06:17:54 am »
Ok, I have found out what my problem was, I have accidentally messed up my Configuration Properties > C/C++ > Preprocessor > Preprocessor Definitions.


I ended up creating a new solution and followed through the tutorial above, and made sure I did not touch Preprocessor definitions this time, and things worked fine.