REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error at installing HexRaysCodeXplorer

alenkogen opened this issue · comments

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

commented

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.