Visual Studio how to add existing folder to project | Visual Studio 2022 how to add existing folder

preview_player
Показать описание
Visual Studio how to add existing folder to project. Visual Studio 2022 how to add existing folder to project

On this channel you can find a lot of information about coding for beginners in different programming languages:C#,javascript,python,java,php and many others.
Subscribe to the channel!
Рекомендации по теме
Комментарии
Автор

Thanks, idk why this was so hard to search and find.

StephenMoreira
Автор

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.

imveryhungry
Автор

I dont see these unincluded folders when i click on show all files

_Yes_.
Автор

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.

halfbakedproductions