I was following along the HDK documentation and tried to compile one of the examples, but it errors out saying it's a perrmission issue.
The command to compile was,
hcustom SOP_Star.C
I looked at the SOP_Star.C file and read-only is unchecked for the file.
Any one have any ideas as to how the issue may be resolved?
Here's the readout from doing the above command:
C:\Program Files\Side Effects Software\Houdini 16.0.705\toolkit\samples\SOP>hcustom SOP_Star.C
Making 'SOP_Star.o' and 'C:/Users/Me/Documents/houdini16.0/dso\SOP_Star.dll' from 'SOP_Star.C'
SOP_Star.C
C:\Program Files\Side Effects Software\Houdini 16.0.705\toolkit\samples\SOP\SOP_Star.C : fatal error C1083: Cannot open compiler generated file: 'C:\Program Fil
es\Side Effects Software\Houdini 16.0.705\toolkit\samples\SOP\SOP_Star.o': Permission denied
Help is appreciated, thanks.