I can follow the code written in Tutorial and can be compiled. Parameter can be created. However, there is no way to create an attribute.
mycircle.h
#include <SOP\SOP_Circle.h>
#include <OP/OP_Parameters.h>
class SOP_MyCircle : public SOP_Circle {
public:
SOP_MyCircle(OP_Networ...