beginner here. I’m on the building escape part of the unreal c++ course. Somewhere along the line I got squiggles under my #includes in my OpenDoor.cpp file and lost the autocomplete function in VS Code. This didn’t seem to affect compiles. I probably did the wrong thing and just carried on with the course as unreal kept compiling it successfully.
However in lesson 118 (using drawdebugline) it became apparent that I’m at a disadvantage for not having autocomplete. Is there any way to restore it and remove the squiggly lines from my #includes?
Screenshots below (1st 2 of #includes, last one of me trying to get autocomplete to work):
I was using intelliSense. It seems to have stopped at some point. I didn’t know I had to restart vs code to pick up new files. I’ll bear that in mind in the future.
I also tried finding another intellisense extension and after installing that it doesn’t show up as an extension option (after closing and reopening vs code).
I didn’t need to when I did the Bull Cow Game section. I have followed the instructions of that lecture and I’m no longer getting those errors and intellisense seems to be working again.