I am new to Visual C++ and I am having a problem getting a project put together from existing files. I have many files that I want to link together to run a source code file (.cpp). The given files are headers (.hpp), static libraries, and dynamic-linked libraries (.dll). As of now I've been trying to make my own project, but when I build a solution it cannot find my first included .hpp file. If anyone has suggestions on how to create this project to run and execute that would be wonderful. Also, I am using Visual C++ Express Edition on Windows XP.