Can't find right intelissense version for UE 4.22

So i’ve got to the part where i need to fix the intelisense bug but i can’t find the right intelissense version for the UE 4.22! Also if i try to do the quick fix it won’t work! Everytime when i try to do the include path quick fix it leads me to the intelissense configuration page to configure the patch for that line but i have no idea how to configure it! So when i click on the quickfix this appears


Afterwards it will lead me here:

and then in the end to the intelissense configuration page:

Can somebody pls help?

Did you install the IntelliSense Fixes extension?

Yes i did! I installed multiple versions of them:2.12,1.60,1.51! Mostly beacuse of the website it says that 2.12 is for UE 4.25 and 4.26 and i have UE 4.22 so i tried with different versions but apparently they’re not for UE 4.22 either!

UE 4.22 shouldn’t have issues. Issues with Unreal’s VS Code project generation started with 4.24 IIRC.

Could you try uninstalling that extension and then using File > Refresh VS Code project within Unreal?

i just did that i still get the red squigles…

Could you show the contents of the c_cpp_properties.json that’s in the .vscode folder?

Sure
I will share the file via dropbox:requested file

That looks fine to me. Could you try adding the following to the list of includePaths key?

"${workspaceFolder}/**"

I added this line but i still get the red squigles…

Could you post a clearer image of the “errors”?

Sure:

Line 7 should be BullCowCartridge not BasePawn

may I ask why/how you modified that line?

It was like that when i opened the file! I haven’t paid much attention to it! I have modified the line but i still get the same errors…

Where did you download the project from? Udemy or Teachable?


Did you compile after fixing that?

i’ve downloaded the project from udemy and i did compile it but i get this error:



the methode niet gevonden means method not found and bij means at!

I just wanted to check that bug wasn’t in the downloadable zip (it’s not).


Just to double check, you don’t have any non-English characters to the path to your project do you?

no i don’t have! Wouldn’t it be easier for you if you would check out whats happening through teamviewer?

Well I’m kind of out of ideas so probably not.

Do you get the same problem with a freshly extracted zip?

i’ve just did what you asked and it works! I’ve deleted the projects opened it again with ue 4.22 installed the intellisense fix and now it’s working properly! Thx fror the help! :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms