Is forward declaration for a class from another project is possible? If so,
how to do?
There are 2 Projects A and B,
I want to forward declare a class of Project B in A, when doing so it says
the class is undefined?
Am i missing out any steps?
Regards,
Alamelu N