Vscode on linux cannot launch after a single C++ class added.

The same steps work on win10 and fail on Ubuntu 22.04, Quite easy to reproduce for ue from 5.2.0-preview to 5.2.1 .

Step 01
Create a blank game C++ project named cpp1428

Step 02
Add an Actor, a C++ public Class

Step 03
Go to vscode with errors produced by intellisense ignored.

Step 04
Go to “Run and Debug” panel, then click the second from the end:
Launch cpp1428Editor (Development)

After all above, win10 ue starts.
Ubuntu vscode building process exits 1 leaving few useful logs and the uproject is even no longer able to be opened by ue.