Yeah it doesnt work in vs 2022. I dont get why those people at msft cant focus on making this shit user friendly. Lol you spend a whole business day trying to add a new folder to your project its nuts.
@@relaxingmusicforstudying4466 It doesn't work in 2022. The OP told you that and I can confirm having tried this myself. If you have nested folders for C++ header libraries etc. it just barfs everything at the top level, you lose all directory structure and breaks all the include directives. End result is nothing compiles and you turn bald.
Doesn't work properly in C++ projects. VS just has no regard at all for the original folder structure and it becomes so screwed up beyond all help, if you have stuff in nested folders it just chucks everything at the top level and breaks include directives because everything is now in the wrong place. The biggest offenders are people who think they're being smart by putting everything into the header files and not having CPP implementation files, if you want to make Visual Studio freak out and have a cow then that's how you do it. Intellisense doesn't understand that concept. I have no idea why something so basic is so complex and frustrating. VS is a crap pile and for things like Unreal Engine you are explicitly advised to NOT use it.
Thanks, idk why this was so hard to search and find.
ikr i had to search for 20 minutes to find any solution
Yeah it doesnt work in vs 2022. I dont get why those people at msft cant focus on making this shit user friendly. Lol you spend a whole business day trying to add a new folder to your project its nuts.
hey! did you find the way to add an existing folder in project in vs code??? if yes, please help.
@@ashimataneja3216 Have you already found one? Because it's literally in the video
@@relaxingmusicforstudying4466 It doesn't work in 2022. The OP told you that and I can confirm having tried this myself.
If you have nested folders for C++ header libraries etc. it just barfs everything at the top level, you lose all directory structure and breaks all the include directives. End result is nothing compiles and you turn bald.
thanks a bunch
really
I dont see these unincluded folders when i click on show all files
hey! did you find the way to add an existing folder in project in vs code??? if yes, please help.
@@ashimataneja3216 if i remember correctly, method in the video works, i just was adding the wrong folder, that was not in the project
Not working.
hey, did you find the way to add folder ? please help
Does not work anymore.
Doesn't work properly in C++ projects. VS just has no regard at all for the original folder structure and it becomes so screwed up beyond all help, if you have stuff in nested folders it just chucks everything at the top level and breaks include directives because everything is now in the wrong place. The biggest offenders are people who think they're being smart by putting everything into the header files and not having CPP implementation files, if you want to make Visual Studio freak out and have a cow then that's how you do it. Intellisense doesn't understand that concept.
I have no idea why something so basic is so complex and frustrating. VS is a crap pile and for things like Unreal Engine you are explicitly advised to NOT use it.