SFML community forums
Help => General => Topic started by: bigrabit 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 (https://www.youtube.com/watch?v=YfMQyOw1zik&t=3s) 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.
-
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.