I'm making a project that utilizes RapidJson. I copy all of the files from RapidJson into my Visual Studio project. When building, I have to add the rapidjson include directory so that there are no errors.
However, this leaves me with an issue. One of the files in RapidJson is called stream.h. I also have another library copied into my project with the name stream.h. I have to have the include dir inside where the source files are.
What do i do?