ue4 does not detect vscode as an IDE

I have set my source code editor to vscode as you can see in the following ss

image

but when I try to create a c++ class it doesn’t allow me because it says no compiler was found

any solutions to fix this ?
Thanks :slight_smile:

Hey @NethakaS!

To kick things off, lets cover all of the bases before attempting to figure out what else could be going wrong. Is the version of visual studio you installed 2019 and have you followed all the steps listed in the following documentation:

Any additional specifics you provide may go a long way in solving your problem!

Hey @NethakaS,

Checking in, did the above contain the solution you were looking for?

Hello Questzal ,
thanks for replying but unfortunately it did not contain the solution :slightly_frowning_face:

Hey @NethakaS,

Hmm, okay. So while 4.27 may not have documentation on VSCode, 5.0 does.

What version of VSCode do you currently have?

My VSCode version is 1.77.2

To set up VSCode as an IDE for UE4, you need to follow these steps:

  1. Install the C++ extension for VSCode.
  2. Install the Unreal Engine 4 Extension for VSCode.
  3. Configure VSCode to use the Unreal Engine 4 Extension.
1 Like

I have no clue what I did but its working now

Unreal Logic ig :confused:

Anyhow Thanks everyone :grin: :sparkling_heart: