-1

When I try to build solution in visual studio I get an error saying :

Cannot open source file "pugixml.hpp" along with some other errors , such as : Cannot open include file: 'cereal/types/list.hpp': No such file or directory.

I downloaded the code onto my local machine from a SVN repository and the solution is an integration of C++ and C#. Could it be due to my limited access to the repo or not. Thanks

I looked it up on the internet and I tried going to the project properties and adding the directory manually but I didn't work. I am not professional , so maybe I haven't done this properly.

πάντα ῥεῖ
  • 1
  • 13
  • 116
  • 190
Ramin B
  • 35
  • 5

1 Answers1

0

Generally speaking, downloading an external library needs to include its library directory and various header file directories.

If a dll is used, this document explains how to use the dll.

Regarding Cannot open source file "...hpp", you could refer to the method in this issue.

Yujian Yao - MSFT
  • 945
  • 1
  • 3
  • 9