I am using ArcGIS Pro 3.2.0 and Arc Hydro Tools Pro. For a watershed model, I have created flow direction and stream rasters and Drainage Line, Catchment and Adjoint Catchment vectors. I have several points along a flowpath stored in a feature class and I need an automated tool that will calculate the watershed for each of the points. The "point delineator" tool works great for this if I run it in model builder with the "iterate feature selection" operating on the flowpath points. This is run in an otherwise empty project (I add the fdr.tif, str.tif, drainage line, catchment and adj catchment layers for the point delineator tool). The problem is that when I put the same model into an ArcPro project that has numerous python notebooks and other model builder models, I get an error message indicating "invalid extent": ERROR 010568: Invalid extent. Please check for zero length or width, or failure to project extent to output spatial reference. Failed to execute (Watershed). , ('line 1011', 'c:\\program files\\arcgis\\pro\\Resources\\ArcToolbox\\Scripts\\ArcHydro\\pointdelineator.py', 'IndexError: tuple index out of range'). I do not understand why it will run in a simple project but fails in the other complex project.