How does one control what's included and not included in a project?
I am forced by the environment to work in the same directory as other projects. I have written a Class and also a Module with a subroutine that does not show up in my project, yet I see other Modules that are not mine.
When I click on "Show all Files", I see my Class and my Module are in the list but have only a 'white page' icon, not a 'VB' icon even though they were added to my project via Project/Add New Item and they have a .VB extension. So when I call the subroutine, I get an error stating that subroutine name has not been declared.
a) How do I tell Solution Explorer to include them, and
b) how do I tell Solution Explorer not include the other modules that below to other Projects?
Thanks.