REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.41k stars 389 forks source link

error at installing HexRaysCodeXplorer #92

Open alenkogen opened 3 years ago

alenkogen commented 3 years ago

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 commented 1 year ago

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:

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.