-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flatbuffers.h does not found when compiling #31
Comments
To help efficiently, may I ask you to provide additional information about your setup and the location of the compiler error you are getting? For future issues, please clean up the unused text from the issue template to make it more readable. Thanks! |
Please download my analyzer application from following link and try to compile it with Visual Studio 2013 or 2015 or higher. #ifndef OBX_DISABLE_FLATBUFFERS // FlatBuffers is required to put data; you can disable it until have the include file. which says flatbuffers.h does not found. to neglect the error I just comment out above include line and then try to compile the code and find other syntax errors. Best wishes, |
OK, so if your setup also includes ObjectBox generator, you want to have Flatbuffers. If you want you can go with the version in the external/flatbuffers directory. You need to setup your compiler to use that directory for includes. Btw, there is some existing documentation here: https://cpp.objectbox.io/installation#flatbuffers-optional
|
Let me test and inform you tomorrow |
🚨 First, please check:
Describe the bug
When I add include and lib to the project in windows and using Visual Studio 2013 to compile it I get an error which says it could not find "flatbuffers/flatbuffers.h"
Basic info (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Just try to compile the code in a Visual C++ project.
Expected behavior
A clear and concise description of what you expected to happen.
Just I would like it to compile.
Code
If applicable, add code to help explain your problem.
Logs, stack traces
If applicable, add relevant logs, or a stack trace.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: