You created a class Person inside the clsHCCPeople, which you may or may not have wanted to do.
In order to access it, you have to do this:
Public Class clsPersonBusinsess
Dim hccStudent As clsHCCPeople.Student
End Class
Otherwise, move the Student outside of the class definition for clsHCCPeople