Visual C++ additional directories missing when received from version control

130 Views Asked by At

I have a Visual C++ project that I have developed on one computer and have committed it to a repository and pulled it onto another computer. When I open the solution and attempt to build it on the other computer, the solution won't build and upon checking (Properties -> C/C++ -> General -> Additional Include Directories) is empty along with the Linker Additional Dependencies. Is there something I'm missing in the repository? The repo has the solution and all of the newly written source and header files as well as the following file types in the project folder:

.vcxproj

.vcxproj.filters

The filters file seems to have all the directories in it but for some reason, the solution isn't recognizing it. Is there a way to correct this or do I have to go down the rabbit hole again and manually include the directories all over again?

0

There are 0 best solutions below