Adding a path to a group of contents gives an error
I currently have a layer that has an effect "Start"
I have another layer where I have a Fill.
In the file I have an express with some code part of the code is a start point:
start = thisComp.layer("Control").effect("Start")("Point")[1];
In another layer I have a group of imported itmes from illustrator.
It contains:

In Contents I added a path and also added the express with the start code.
In this layer it gives me an error:
Error: Object of type not found where a property is needed
Is there a difference in the way that a fill layer and the vector group layer if treated? If so how can I set the start point of this object also?
