Как удалить неиспользуемый класс из проекта visual basic?
I have a project which was started coding in Visual Basic 2017 and now in 2019. There are 3 classes that I wrote into the project in 2017 that I no longer use. When I went to remove them they don't show up in the My Project list instead they are in a different directory than the main project is in ( the directory name is 'My Projects'). I do not refer to these classes in the program but the compiler still looks for them and throws an error saying it cant find them. I tried moving them to the same directory as the main program is in but that created more problems. Now, I have noticed as I add a new class or method it puts it in the 'My Projects' directory and it does not show up in the solution list. Questions, 1, why are this new class code being put into a different directory, and 2, how do I remove the old ones entirely from my solution. They are not on the Projects list so I can't do the normal delete as I have done in the past.There is also one .vb file the compiler is looking for that doesn't appear to be anywhere. I've run a full search on all of my drives and can not find it. The directory tree for the solution is:
C:\Visual Основные 2017\Предустановленные-Предустановленные 2019-2019\
каталог для файлов, с которыми у меня возникли проблемы, это:
C:\Visual Основные 2017\Предустановленные-Предустановленные 2019-2019\\Мои Проекты
Я понятия не имею, как они там оказались, когда все остальные файлы .vb находятся в главном каталоге MyMovies-2019.
Что я уже пробовал:
Попытался удалить их через список "Мои проекты", но они там не отображаются. Попробовал удалить из каталога "мои проекты" и получить ошибки компилятора. Теперь у меня есть файл .vb, который я не могу найти, чтобы восстановить его.