Skip to content
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

error at installing HexRaysCodeXplorer #92

Open
alenkogen opened this issue Jun 3, 2021 · 1 comment
Open

error at installing HexRaysCodeXplorer #92

alenkogen opened this issue Jun 3, 2021 · 1 comment

Comments

@alenkogen
Copy link

keep getting "E:\Downloads\IDA Pro 7.5\plugins\hexrays_sdk\include\hexrays.hpp(88,10): fatal error C1083: Cannot open include file: 'pro.h': No such file or directory" and doesnt build

@nicolaipre
Copy link

Have a look at the Makefile for Windows (since you are using that), you will see how the SDKs are referenced there.

You have two SDKs:

  • hexrays_sdk
  • idasdk_pro75 (since you use IDA 7.5)

pro.h is in idasdk_pro75/include/pro.h.

If you put idasdk_pro75 in your IDA_DIR, you can try to see if it works. I am using Linux, so the path is a little different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants