compilation errors after adding snappy package to the project

Issue #4 wontfix
Robert Važan repo owner created an issue

Originally submitted by (former user).

\packages\snappy.1.1.1.7\lib\native\src\snappy.cc(29): fatal error C1083: Cannot open include file: 'snappy.h': No such file or directory

Comments (2)

  1. Robert Važan reporter

    Originally posted by Jan Wilmans.

    This happens when %(AdditionalIncludeDirectories) is missing from Configuration Properties->C++->General->Additional Include Directories

    For example, this is incorrect:

    Instead it should say: ../include;%(AdditionalIncludeDirectories)

    This can also be added in the dialog, where you can verify what the additional include directories actually are, and whether they are correct.

  2. Log in to comment