I am currently evaluating ArcGIS Pro. I have created a python script to add a feature class of points created from a table. If I load the script directly into the ArcGIS Pro IDE the script runs successfully and adds the feature class to the map containing the points. However, if I run the same script through a toolbox or python toolbox, ArcGIS claims it ran successfully, but the feature class is not added. The toolbox creates the file and saves it in the current geodatabase, but I have to add it manually. Do you have to add additional code in the toolbox scripts to force the add of the feature class to the map?