Hello, I've for some time now had problems with the combination of intellisense and the handmade hero code. More precisely it happens in just a few .cpp-files, one of them being handmade_world.cpp (I'm at episode 61).
The game compiles and runs just fine, it's just that my current configuration in VS doesn't seem to like these particular files, which also leads to me being unable to use refactoring features such as rename, etc.
It seems like it doesn't like the inline keyword as it is used in this file, rendering the rest of the file broken as well. But I'm not sure exactly.
Any help on how I could config IntelliSense/Visual Studio, to work with Casey's c++/c-version or whatever is the case, would be greatly appreciated.
Thanks,
Anders