Thanks for the calm and collected approach to setting this up. Other videos are very staccato and difficult to watch and follow. I've been a developer for over 20 years, so I know it's hard, but you have to slow down and you did a great job.
Sir, I must thank you from the bottom of my heart. I couldn't for the life of me get my code to compile. But this tutorial fixed EVERYTHING. Seriously thank you so much!
Thank you for this. I spent 6 hours today stumbling through unreal documentation figuring out how all of this works. I got it working and then I ran into issues. The problem I've had is that with UE 5.3.2 and VS 2022, when I build the solution and then run UE Editor, nothing I do in VS updates the editor, but the editor will override and update VS. Anyways, very thankful to have found this video and still got 10 mins to watch lol
1:05 I was following this guide today (Sept. 4th 2024) and was not able to find "IDE Support for Unreal Engine". I believe in newer versions it is now called "Visual Studio Tools for Unreal Engine"
"I wanted to express my gratitude for the tutorials you have been providing. Your tutorials have been incredibly helpful and informative, and they have given me a great deal of confidence and knowledge. I feel like I have learned so much from you and I really appreciate the time and effort you have put into creating these tutorials. They have given me a really positive and uplifting feeling and I am excited to continue learning from you. Thank you so much for sharing your knowledge and expertise with me."
Very helpful video! I was about to give up with using Unreal Engine before I watched your video, and it really helped me get my environment all set up!
Thank you so much! you helped me to find the last part of the puzzle to make it work! now I can compile without errors and have all green ckecks in VS 🙌
At 12:47 the 'Find All Blueprint References' option does not come up for me. I went back and ensured API was there, and the plugins were all enabled, and everything else he did. to this point .. but it still does not show up. Everything else seems to be working but that one popup option. What am I missing?.
I solved the problem installing the recommended version of Visual Studio for my Unreal Engine version, in my case I use UE 5.4 so my VS recommended version is 17.8. You can search on the internet which version is appropriate for you. Apart from that, it is not straightforward to install a specific version of VS that is different from the latest, for that reason I recommend you to search on Google: "How to install specific version of Visual Studio 2022" and click the first StackOverflow link, in that link there is an answer where they show a command that you have to run so that you can install a specific version of VS.
This is an awesome video! Great explanation of what the unreal engine integration tools do in visual studio. Switched back to visual studio after some time of not using it and was a bit confused when the integration pop up opened XD.
GREAT help, thanks! I loved the speed. I have a pause button. I dislike videos where they have too much dead air time in the audio. I did have some difficulty figuring out which VS menu items to press as a few times they were obscured by the youtube video title. But again, that is what pause, backup, and play are for.
Thanks for the great video. With regards to *Visual Studio Integration tool* and *As of Visual Studio 2022 version 17.9, you no longer need this plugin to view information about Blueprints in C++ code.*
Visual Studio Integration Tool is an Unreal Engine plugin that works in conjunction with Visual Studio to display Unreal Engine Tests in VS. As of Visual Studio 2022 version 17.9, you no longer need this plugin to view information about Blueprints in C++ code.
if you closed the unreal engine configuration, the only way that i found to reopen it, was to uninstall the visual studio tools, and reinstall it. Also, if you don't find the component, you need to open Visual Studio installer, go to modify, and then instead of searching on workload you need to go to the window called, individual components, and search for unreal engine, and there it is! Hope it helps :)
Im watching this video because i wanted to go back and see if I missed some steps when I did my installation and notice that the Checklist you show at 10.20, I forgot all about it and can't seem to find it again. Do you happen to know if it's possible to get it to reappear? Btw. fantastic video. Super helpfull! Thanks a bunch for making that recording.
It should launch on startup when you open an Unreal project unless you suppressed it (I think there's a checkbox). To bring it back you can go into Tools -> Options and search Unreal Engine. Then in General settings, flip "Show on startup" to True.
Very helpful video. There's another question: if I canceled "Show on startup" for the Unreal Engine Integration Configuration window and closed it, how can I re-open this window?
my project has 5 errors reading unreal engine codes, like E0070 incomplete type is not allowed UnrealLearningKit C:\Program Files\Epic Games\UE_5.3\Engine\Source\Runtime\Core\Public\Containers\StringView.h 408
Thank you for this video, it saved my sanity! Btw should you pick the blue theme instead of the dark at VS2022 installation, you may run into the issue that the unreal engine configuration check does _Not_ show the little run buttons. Switching the theme to dark fixes that.
As of May 2024 there appears to be no VS Integration Tool for Unreal 5.4. Is it possible to code in VS without the integration tool? My scripts won't even compile?
At 12.30 In line 96 class LYRAGAME_API ALyraCharacter -> said 0 derived Blueprint Classes, not 4? Am i missing something? At 12:47 the 'Find All Blueprint References' option does not come up for me. At 14.30 .Cannot find the selected test. You may need to build your test project for tests to be discovered. No tests found to run. Can someone know about it? Thanks
Very nice video, thanks for this knowledge. Did you find the solution for the "empty NameSpace Error" -> UObject -> Class AttemptToFindShortTypeNamesInMetaData which is shown in Test Explorer? Kind regards, Eiven
I've been following a great course on Udemy but I've been having some issues when it comes to compiling and other processes which really hinder the experience. I've followed the steps on this video and will for sure return if I notice any changes.
Hi, good video and well explained but I'm getting an error in the install overall section, the two first checks always red and says that the integration isn't installed when it actually it is enabled on plugin section. Im not getting errors when building or something so i don't know if I should continue or try to fix it bc I would start a kinda big project with cpp and doesn't want to mess it up later. Thanks!
Dude you are my hero your video is the only thing in the whole internet that works to set up visual studio for unreal engine 5.3 xD what a shitshow it is to get that thing to work 💩
Thanks for the vid !! I've watched it carefully and I don't understand what is wrong. Visual studio doesn't find any header file or include. I've searched google and it says to set the path to the header file at some point, but I've never done that before and it was working until yesterday and also I haven't found how to do that), and I'm trying with empty project since then and that's the same. I've reinstalled VS with all the settings, checked UE 5.3 several times, tried with 5.2... I don't know what else I can do, I create a new c++ project, the project by default is screwed...
Nice stuff!! What happened to your other video that was about prototyping / greyboxing in Unreal Engine to make quick level design? Swear you had a video on that unless I'm trippin :')
I don't have the option under the step at 6:50, I right click the .uproject and it's just Open with, Share with Skype, Scan with Microsoft Defender, Share, Restore Previous Versions, Send To, Cut, Copy, Create Shortcut, Delete, Rename, and Properties ONLY. There is no option to Generate Visual Studio project files. Every other step I completed successfully. What else do I need to do?
@@NuMakesGames Your Walkthrough got ALL the issues I was having with the Unreal Engine Integration Configuration fixed. All Green, Thankyou! Now if I can get this buggy tool to stop showing errors. I'm running the Third Person Project base and can't even get the basic barebones to Build without errors. Running it in C++ rather than Blueprints is proving to be quite the headache/challenge. Tempted to just go with Blueprints. I'll poke around, thanks again!
Hey so I have some issues, that are not addressed in this video. I have been trying visual studio code, as they follow in Udemy, but that program have just been broken for me whenever I have tried it, so I tried with visual studio 2022 instead. However when you press F5 to run the build, I get "There were build errors. Would you like to continue and run the last successful build?" However this is the first time I try to build, so when I press yes I get "The following modules are missing or built with a different engine version (Project Name) Would you like to rebuild them?". I press yes again and "(Project Name) could not be compiled. Try rebuilding from source manually" I mean I'm at a lost here. I have googled around for what feels like a week and are close to just stop trying to learn unreal engine all together
For a C++ project, yes. For a Blueprint only project I think you still need the compiler setup but you probably don’t need all the plugin and VS settings bits.
When I click 'Generate Visual Studio project files' like you at 6:52, I don't get the .sln file. Only a .code-workspace file. I don't know what i did wrong.
I have a question: you have downloaded that launcher version of UE5 then a source build, are you using the source build for your project? and rebuild it from there? also the integrator is not being install in the source build of the engine. if im using the source build unreal integration configuration showing as not configure, i tried to build a dedicated server using launcher version 5.3 C++ and having error with MSB3073
In this video I am only building project sources. I do have a video on building the engine from source, which you can find here: ruclips.net/video/fag-mWc6VmY/видео.html
@@NuMakesGames In the Unreal engine configuration tab the unreal engine test adapter statues says that my version visual studio integration tool is out of date when its not. I checked for visual studio updates, reinstalled the unreal integration tool. so im not sure what it could be.
@@NuMakesGames Interesting enough, i figured out that all the errors were pooping after i create an actor from unreal engine and then try to run Visual studio. Then i figured out that I needed to go to the files and open the visual studio from there and then F5 which then started Unreal and the rest worked fine.
@@ripkowai after adding a new file you need to regenerate the solution file and reopen. Usually the regenerate happens automatically and you will be prompted by VS to reload the project, if it’s already running.
After i close VS and UE5 Editor and then reopen the UE5 Project, i get "The following modules are missing or built with a different engine version" and its listing the name of the project. Building the game in VS works and using that small compile button in the editor also compiles. I'm so confused whats going on and its really frustrating.
You might need to reselect the correct engine version for your project. I believe there’s an option in the right click context menu on the project file.
@@NuMakesGames Ive installed 5.2.1 and the problem doesnt happen anymore. It's weird though it was the third person template with c++ selected with 0 modifications otherwise, that kept showing the error on 5.3.x. Anyway thanks for the tip with the context menu version change, ill try to remember that for when i need it.
Great Video, but you click menus and selections so fast, I have to pause and go back constantly. Just messes with the flow. We don't all know what we are doing :) and some of us are old...
I give up. I've been trying for years. Already tried dozens of tutoriais. Tried everthing. But all the times didn't worked. All the times i got random compiling errors and files dissapearing from content browser and scene. I guess i have to create silly 2D games with unity. Because i can't get this shit to work. Must be a hardware problem. There's no other explanation
Out of all development ecosystems/frameworks ive ever worked in, unreal is by far the biggest piece of dogshit ive ever encountered. I dont know why, but every time ive tried to work with it, I end up gaslighting myself into believing I need to recompile and build the entire engine from source. Heres a bit of advice: Don't bother reading the source code if you're trying to figure out how to use the engine to make games. The linux kernel is easier to navigate and read than unreal's repo. Maybe the complexity of it is inevitable, but the bad developer experience is a big reason why some developers prefer Unity. Unreal needs to improve in this regard.
Thanks for the calm and collected approach to setting this up. Other videos are very staccato and difficult to watch and follow. I've been a developer for over 20 years, so I know it's hard, but you have to slow down and you did a great job.
Yes, I am a 45+ year UNIX/Linux programmer and I had to press pause, backup, play several time to figure out which VS menu option was selected.
Sir, I must thank you from the bottom of my heart. I couldn't for the life of me get my code to compile. But this tutorial fixed EVERYTHING. Seriously thank you so much!
Having worked with UE and VS before, there's so much I didn't know just on the setup, thanks Nu!
There's so much that can be automated here, I can't believe we need to do all of this manual setup in 2023...
And having something work without errors baked in the cake. Pretty frustrating.
It’s called gatekeeping
@@Shhgooo I really do not think it was meant to be a gatekeeping, this is just a result
2024, and it looks like we are going backwards...
@@mdlsvensson Why? What about grants for indie projects?
Came because build was finicky once, left with much more tools that I didn't know I needed. Thanks
Thank you for this. I spent 6 hours today stumbling through unreal documentation figuring out how all of this works. I got it working and then I ran into issues. The problem I've had is that with UE 5.3.2 and VS 2022, when I build the solution and then run UE Editor, nothing I do in VS updates the editor, but the editor will override and update VS. Anyways, very thankful to have found this video and still got 10 mins to watch lol
1:05 I was following this guide today (Sept. 4th 2024) and was not able to find "IDE Support for Unreal Engine". I believe in newer versions it is now called "Visual Studio Tools for Unreal Engine"
tysfm
visual studio installer -> game development with C++ -> visual studio tools for unreal engine
The Goat
"I wanted to express my gratitude for the tutorials you have been providing. Your tutorials have been incredibly helpful and informative, and they have given me a great deal of confidence and knowledge. I feel like I have learned so much from you and I really appreciate the time and effort you have put into creating these tutorials. They have given me a really positive and uplifting feeling and I am excited to continue learning from you. Thank you so much for sharing your knowledge and expertise with me."
Very helpful video! I was about to give up with using Unreal Engine before I watched your video, and it really helped me get my environment all set up!
Nicely done, couldn't have figured it out without this guide.
Thank you so much! you helped me to find the last part of the puzzle to make it work! now I can compile without errors and have all green ckecks in VS 🙌
Thank you, very usefull, saved me a lot of time. It is really for a beginner to find all steps to setup everything and this video covers all. 💪
At 12:47 the 'Find All Blueprint References' option does not come up for me. I went back and ensured API was there, and the plugins were all enabled, and everything else he did. to this point .. but it still does not show up. Everything else seems to be working but that one popup option. What am I missing?.
I have the same issue
I solved the problem installing the recommended version of Visual Studio for my Unreal Engine version, in my case I use UE 5.4 so my VS recommended version is 17.8. You can search on the internet which version is appropriate for you. Apart from that, it is not straightforward to install a specific version of VS that is different from the latest, for that reason I recommend you to search on Google: "How to install specific version of Visual Studio 2022" and click the first StackOverflow link, in that link there is an answer where they show a command that you have to run so that you can install a specific version of VS.
same
Hey! Future Marcus! You're awesome! Thanks for putting this together! My UE coding is actually working correctly now!
This is an awesome video! Great explanation of what the unreal engine integration tools do in visual studio. Switched back to visual studio after some time of not using it and was a bit confused when the integration pop up opened XD.
GREAT help, thanks! I loved the speed. I have a pause button. I dislike videos where they have too much dead air time in the audio. I did have some difficulty figuring out which VS menu items to press as a few times they were obscured by the youtube video title. But again, that is what pause, backup, and play are for.
Thanks for the feedback! Will try to be more mindful of where that UI is next time.
very nice, having you back
Thanks for the tutorial, thanks to you this engine is finally working
Thanks for the great video.
With regards to *Visual Studio Integration tool* and *As of Visual Studio 2022 version 17.9, you no longer need this plugin to view information about Blueprints in C++ code.*
But doesn't it do other things besides that?
Bookmarking this for later. You are awesome good sir! I hope I get to sit next to you and pick your brain some day :)
Top tier content, keep the good work!
how can i do this for 5.5? there's no visual studio integration tools for 5.5, and yet people are compiling plugins for 5.5 somehow?
same q
Visual Studio Integration Tool is an Unreal Engine plugin that works in conjunction with Visual Studio to display Unreal Engine Tests in VS. As of Visual Studio 2022 version 17.9, you no longer need this plugin to view information about Blueprints in C++ code.
Thanks so much for this fantastic video! Much appreciated :)
if you closed the unreal engine configuration, the only way that i found to reopen it, was to uninstall the visual studio tools, and reinstall it. Also, if you don't find the component, you need to open Visual Studio installer, go to modify, and then instead of searching on workload you need to go to the window called, individual components, and search for unreal engine, and there it is! Hope it helps :)
Thank you very much!!! another important lesson learned!!!
I like that windows background. Where did you get it?
Im watching this video because i wanted to go back and see if I missed some steps when I did my installation and notice that the Checklist you show at 10.20, I forgot all about it and can't seem to find it again. Do you happen to know if it's possible to get it to reappear?
Btw. fantastic video. Super helpfull! Thanks a bunch for making that recording.
It should launch on startup when you open an Unreal project unless you suppressed it (I think there's a checkbox). To bring it back you can go into Tools -> Options and search Unreal Engine. Then in General settings, flip "Show on startup" to True.
Very helpful video. There's another question: if I canceled "Show on startup" for the Unreal Engine Integration Configuration window and closed it, how can I re-open this window?
I LOVE your desktop background it's so cozy
this was really helpful, thank you!
Insanely helpful!
my project has 5 errors reading unreal engine codes, like
E0070 incomplete type is not allowed UnrealLearningKit C:\Program Files\Epic Games\UE_5.3\Engine\Source\Runtime\Core\Public\Containers\StringView.h 408
Sem here
This vid didn't solve my exact problem, but solved another and allowed me time to figure out my other issue. 10/10 good sir!
Thanks for the help! You saved me many hours of pulling what's left of my hair out.
Thank you for this video, it saved my sanity! Btw should you pick the blue theme instead of the dark at VS2022 installation, you may run into the issue that the unreal engine configuration check does _Not_ show the little run buttons. Switching the theme to dark fixes that.
Welcome back!
Excellent tutorial!
As of May 2024 there appears to be no VS Integration Tool for Unreal 5.4. Is it possible to code in VS without the integration tool? My scripts won't even compile?
Did you find a solution?
@@gal1leo868 I've rolled back to 5.3.2.
But it looks like support for 5.4 has just been released
Can you post your other settings in VS? Specifically how you got the collapsing boxes with + and - back. I hate their little arrows.
Thanks a lot, very clear!
i need tutorial for setup for 5.5 UE since visual integration tool works only up to 5.4.4-2
I love your background - where did you find it ?
At 12.30 In line 96 class LYRAGAME_API ALyraCharacter -> said 0 derived Blueprint Classes, not 4? Am i missing something?
At 12:47 the 'Find All Blueprint References' option does not come up for me.
At 14.30 .Cannot find the selected test. You may need to build your test project for tests to be discovered.
No tests found to run.
Can someone know about it? Thanks
what screen resolution and screen size you have cuz I was watching with binoculars.
in rest nice tutorial.
XD
1440p
Lifesaver, cheers!
Awesome guide, thx
You are the best!
How to install Visual Studio Integration Tool. The marketplace isnt there anymore
any video on actually setting up the scene?
Thank you, was very helpfull!
When you debug can you use an already open unreal editor instead of it always opening a new one?
You have to open another one if you do a full build. You can use Live Coding to make changes and keep the same session up though.
Very nice video, thanks for this knowledge. Did you find the solution for the "empty NameSpace Error" -> UObject -> Class AttemptToFindShortTypeNamesInMetaData which is shown in Test Explorer? Kind regards, Eiven
I've been following a great course on Udemy but I've been having some issues when it comes to compiling and other processes which really hinder the experience. I've followed the steps on this video and will for sure return if I notice any changes.
Hi, good video and well explained but I'm getting an error in the install overall section, the two first checks always red and says that the integration isn't installed when it actually it is enabled on plugin section.
Im not getting errors when building or something so i don't know if I should continue or try to fix it bc I would start a kinda big project with cpp and doesn't want to mess it up later.
Thanks!
Is it possible to download additional workloads later, after installing VS❔
Yes! You can adjust by reopening the Visual Studio Installer.
@@NuMakesGames Thank you !😀
Dude you are my hero your video is the only thing in the whole internet that works to set up visual studio for unreal engine 5.3 xD what a shitshow it is to get that thing to work 💩
Hey @NuMakesGames,
Do u by any chance have a way to show how to set up the hlsl support?
Thanks for the vid !! I've watched it carefully and I don't understand what is wrong. Visual studio doesn't find any header file or include. I've searched google and it says to set the path to the header file at some point, but I've never done that before and it was working until yesterday and also I haven't found how to do that), and I'm trying with empty project since then and that's the same. I've reinstalled VS with all the settings, checked UE 5.3 several times, tried with 5.2... I don't know what else I can do, I create a new c++ project, the project by default is screwed...
What do you do when you get "Some issues detected in unreal engine configuration" Where does it tell you where the problems are, is there a log file?
I haven't seen that, but the first place I would look is the various tabs in Visual Studio's Output window.
thanks for this!
Nice stuff!! What happened to your other video that was about prototyping / greyboxing in Unreal Engine to make quick level design? Swear you had a video on that unless I'm trippin :')
ohh that video was on your other channel 😅
ruclips.net/video/cQjZMQXsQLQ/видео.html
Yeah, sorry about that. 😅
I don't have the option under the step at 6:50, I right click the .uproject and it's just Open with, Share with Skype, Scan with Microsoft Defender, Share, Restore Previous Versions, Send To, Cut, Copy, Create Shortcut, Delete, Rename, and Properties ONLY. There is no option to Generate Visual Studio project files. Every other step I completed successfully.
What else do I need to do?
If you are on Windows 11 you might need to click through the Show More Options button.
@@NuMakesGames Your Walkthrough got ALL the issues I was having with the Unreal Engine Integration Configuration fixed. All Green, Thankyou!
Now if I can get this buggy tool to stop showing errors. I'm running the Third Person Project base and can't even get the basic barebones to Build without errors. Running it in C++ rather than Blueprints is proving to be quite the headache/challenge. Tempted to just go with Blueprints. I'll poke around, thanks again!
Hey so I have some issues, that are not addressed in this video. I have been trying visual studio code, as they follow in Udemy, but that program have just been broken for me whenever I have tried it, so I tried with visual studio 2022 instead.
However when you press F5 to run the build, I get "There were build errors. Would you like to continue and run the last successful build?" However this is the first time I try to build, so when I press yes I get "The following modules are missing or built with a different engine version (Project Name) Would you like to rebuild them?". I press yes again and "(Project Name) could not be compiled. Try rebuilding from source manually"
I mean I'm at a lost here. I have googled around for what feels like a week and are close to just stop trying to learn unreal engine all together
Hi, how can i add folder through solution explorer instead of add filter?
Can you upload a video on step by step process android game devlopment process using unreal engine 5 c++
Excellent Video! Can you update the Video for UE5, pleeeease ?😁
Hi! Does this video apply also if you package a game from the editor ?
For a C++ project, yes. For a Blueprint only project I think you still need the compiler setup but you probably don’t need all the plugin and VS settings bits.
@@NuMakesGames I always get a package error code 6 . Something about automation tool? Dont get it, none of the fixes I found works
When I click 'Generate Visual Studio project files' like you at 6:52, I don't get the .sln file. Only a .code-workspace file. I don't know what i did wrong.
If you have multiple IDEs installed Unreal will follow your setting in Editor Preferences > General > Source Code > Source Code Editor
I have a question: you have downloaded that launcher version of UE5 then a source build, are you using the source build for your project? and rebuild it from there? also the integrator is not being install in the source build of the engine. if im using the source build unreal integration configuration showing as not configure, i tried to build a dedicated server using launcher version 5.3 C++ and having error with MSB3073
In this video I am only building project sources. I do have a video on building the engine from source, which you can find here:
ruclips.net/video/fag-mWc6VmY/видео.html
noob question is the first time im using VS, do i have to always do the set up to every individual project like the naming convention etc ?
For the Unreal integration piece, yes. I generally just copy my .editorconfig file from a previous project.
@@NuMakesGames thanks man!!
Bro I installed the same packages that you choose from beginning of the video but it was 25GB why?
One doubt ..In unreal 5 the downloaded blueprint class files are not opening in viewport...is it cause of visual studio
what if you want to use sdk for android, shall i check mobile development with C++ and multi platform ui app development?
Yeah, you can add on the mobile development components. You can also add/remove piece on demand by relaunching the Visual Studio Installer.
the Unreal Engine test status wont work? any ideas on why that might be
Could you give me more details on what you're seeing?
@@NuMakesGames In the Unreal engine configuration tab the unreal engine test adapter statues says that my version visual studio integration tool is out of date when its not. I checked for visual studio updates, reinstalled the unreal integration tool. so im not sure what it could be.
this is what the error says. Analyzing Blueprints - Error: There was a problem while running the Unreal Engine integration for the project.
For some reason when I F5 I get an error that prevents me from starting the project.
What’s the error?
@@NuMakesGames Interesting enough, i figured out that all the errors were pooping after i create an actor from unreal engine and then try to run Visual studio. Then i figured out that I needed to go to the files and open the visual studio from there and then F5 which then started Unreal and the rest worked fine.
@@ripkowai after adding a new file you need to regenerate the solution file and reopen. Usually the regenerate happens automatically and you will be prompted by VS to reload the project, if it’s already running.
I don't even work with UE or VS but this was oddly entertaining
I'm having trouble getting my UBT to create DebugGame configuration I only get Development. Wondering if anyone knows why
After i close VS and UE5 Editor and then reopen the UE5 Project, i get "The following modules are missing or built with a different engine version" and its listing the name of the project.
Building the game in VS works and using that small compile button in the editor also compiles.
I'm so confused whats going on and its really frustrating.
You might need to reselect the correct engine version for your project. I believe there’s an option in the right click context menu on the project file.
@@NuMakesGames Ive installed 5.2.1 and the problem doesnt happen anymore. It's weird though it was the third person template with c++ selected with 0 modifications otherwise, that kept showing the error on 5.3.x. Anyway thanks for the tip with the context menu version change, ill try to remember that for when i need it.
3:11 wait what? Editor symbols for debugging? 80 gigs?
Great Video, but you click menus and selections so fast, I have to pause and go back constantly. Just messes with the flow. We don't all know what we are doing :) and some of us are old...
awsome! saving
im having a problem with intellisense any suggesutions
6:10 I dont have plugins
Do we need this to package a game
thats what im also tryna figure out
why this one is not in the documentation? or maybe i just scan not read it? xD
UE5 my beloved 😍
when i try to create a project i get this:
LINK : fatal error LNK1181: cannot open input file 'delayimp.lib'
Thanks
thank you
use the integration tool in 5.4 :(
im literally pogging out of my mind
lmao
i apprentice you dawg
80gb for debug?????? wtf!
Thank you for the post you are a life saver. Your video showed me exactly what I need to do in fast and easy steps. I deserved a like and subscribe.
🍿
Nothing of this works or even exists in Unreal 5.4.
im dreaming
Working with C++ in Unreal Engine is absolute nonsense. Why do we need to do this grotesc setup lol?
I give up.
I've been trying for years. Already tried dozens of tutoriais. Tried everthing. But all the times didn't worked.
All the times i got random compiling errors and files dissapearing from content browser and scene.
I guess i have to create silly 2D games with unity.
Because i can't get this shit to work. Must be a hardware problem. There's no other explanation
Out of all development ecosystems/frameworks ive ever worked in, unreal is by far the biggest piece of dogshit ive ever encountered. I dont know why, but every time ive tried to work with it, I end up gaslighting myself into believing I need to recompile and build the entire engine from source.
Heres a bit of advice: Don't bother reading the source code if you're trying to figure out how to use the engine to make games. The linux kernel is easier to navigate and read than unreal's repo.
Maybe the complexity of it is inevitable, but the bad developer experience is a big reason why some developers prefer Unity. Unreal needs to improve in this regard.
Worst tutorial you are going way to fast if anybody is reading this skip this video and pick any other
Sorry to hear that. Let me know if anything needs clarification!
@@NuMakesGames Excuse me i will get back to you about it i gtg
dont take it personnaly
@@NuMakesGames what do we do to open in 6:51
@@NuMakesGames and if you can make a new video
@@replansword for that timestamp just open Windows Explorer and navigate to the location you selected when creating the project