Configure unreal to vs code
I'm trying to code using I've looked up
includePath should be variable? My doubt is: is really only that? And what path should I point to to vscode be able to find unreal modules? Edit: According to timsev7n`s comment, msbuild was missing. I installed it from here, but this issue remains. The question now is: how can I link
(comments are locked)
|
Be the first one to answer this question
Follow this question
Once you sign in you will be able to subscribe for any updates here
Make sure you have c++, c#, vscode-epics and Unreal Engine 4 Snippets from the extensions section in VSCode. Win8SDK might be needed also.
My VSCode works fine beside the fact it has false errors due to some missing headers it can't find or something..and some syntax highlighting is missing (which I am fussy about huehuehue) other than that it compiles and #includes just fine.
EDIT: Thinking about needing Wind8SDK - Do you have VS15 or 17 with the necessary SDK's etc? If not, download visual studio build tools. That will allow you to download all the SDK's you need without downloading VS-Studio.
Epic show what you need here https://docs.unrealengine.com/en-us/Programming/Development/VisualStudioSetup#optionsforanewvisualstudioinstallation
If you do have VS_Studio, open build tools and click the 'modify' button and you will see the same thing.
I'm on
Ubuntu 16.04
I succeeded installed
msbuild
on mine Ubuntu machine. How can I link vccode against msbuild?