I made my own library of classes and they work fine in my program. The part I am wondering about is this: How do I get Visual Studio to auto-complete my code when using my library? For instance, I included the .h file and linked to the library, then created an object of that class in the program. When I type in 'Object.' it should come up with a list of class methods, but it doesn't. Anyone know how to get it to come up? Other than including the original .cpp & .h files for the library class in my project, I haven't been able to get the auto-complete to work.