I am trying to build a custom HDK plug-in for Houdini 17 but I can't get it to work even though I have been able to do this for earlier versions of Houdini without problems using both cmake and hcustom following the instructions in the HDK docs and setting the MSVCDir.
I have also tried to build the SOP_Star example using cmake but the plug-ins wont load in Houdini even though the solutions seem to build just fine without error. The plug-in is not visible within Houdini.
I use Visual Studio 2015 with update 3 and Houdini 17.0.459 .
I have also tried to use hcustom, but then I get this error:
Failed to run C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Hostx86\x64\cl with error 2: The system cannot find the file specified.
This path does not seems to exist but when I use cmake it targets this dir:
C

And creates the solution which builds just fine in VS.
Any help would be greatly appreciated
