Hi,
I'm trying to compiling phalcon extensions on windows. I use this documentations https://internals.phalcon.io/en/latest/reference/compilation.html.
And I have some errors at the last step. After: configure --disable-all --enable-cli --enable-phalcon=shared nmake
I have: "Recreating build dirs scanner.c ext\phalcon\mvc\model\query\scanner.c(27) : fatal error C1083: Cannot open include file: 'php_phalcon.h': No such file or directory. Stop."
What am I doing wrong?