Hello YK,
You can edit the .cproject file in order to achieve this..
Open the .cproject file for the project that has the paths already set, and then search for the section that includes the paths.
For example:
<option id="com.freescale.starcore.cdt.toolchain.scc.preprocessor.includePaths.501642259" name="Include File Search Paths" superClass="com.freescale.starcore.cdt.toolchain.scc.preprocessor.includePaths" valueType="includePath">
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/(RISC_Common)""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/(Runtime_Common)""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/Runtime_StarCore/msc8156""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/Runtime_StarCore/startup/msc8156""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/Runtime_StarCore/common""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/src/rtlib/expanded""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_C/src""/>
<listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_C++/src""/>
</option>
<option id="com.freescale.starcore.cdt.toolchain.scc.preprocessor.includePaths.501642259" name="Include File Search Paths" superClass="com.freescale.starcore.cdt.toolchain.scc.preprocessor.includePaths" valueType="includePath"><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/(RISC_Common)""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/(Runtime_Common)""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/Runtime_StarCore/msc8156""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/Runtime_StarCore/startup/msc8156""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_Runtime/Runtime_StarCore/common""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/src/rtlib/expanded""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_C/src""/><listOptionValue builtIn="false" value=""${SCToolsBaseDir}/StarCore_Support/compiler/ewl/EWL_C++/src""/></option>
This example is for compiler include paths.
Copy and paste this section into the .cproject for the new project. You must pay attention where you paste the section. It should be in the same region.
Hope it helps you.
Best regards,
Daniel