'Visual Studio Will Not Load Files from CLI

I'm using the angular cli to generate components and services for my project however it will not load these files into the project. For example, if I run this command -

ng g c my-test

it will create a folder called my-test, create four files inside of it, and update the parent module to include this new component. However, the solution explorer doesn't show the folder or files. I can right-click to add existing but that drills down to the file level and brings the files in up a level separate from the folder.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source