Help i can't run build task in visual code


I got some problem with this for like an hour and i looked on google but it didn’t work.

Try this setup:

What happens a lot is that the compiler doesn’t find the objects folder.
And even with the official documentation solution, my project gave a “parse” interpretation error.
In the documentation:
"includePath": [ "${workspaceFolder}\\Plugins\**", "C:\\${workspaceFolder}\\Source\**", "${workspaceFolder}\\Intermediate\**" ],
In my solution:
"includePath": [ "${workspaceFolder}\\Plugins\\**", "${workspaceFolder}\\Source\\**", "${workspaceFolder}\\Intermediate\\**" ],

An important tip: If you’re using C++, don’t open Unreal through the icon anymore, open it through debugging, in Visual Studio Code.
That is, open the Visual Studio Code and Run the version "“Louch ‘Project Name’ Development” (as the documentation teaches).
It improves your performance and speed in compiling code and generating New “Nods” in real time in Visual Script, avoiding opening and closing the application as taught in course lessons.

Google Translate, I don’t speak fluent English.

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