Namespace imports are being lost between devices

Hi -

We test our code from within Studio on several different devices. When we do this, we find that any namespace imports (e.g. System.Net) do not show up on devices other than the one on which the code was originally developed. For example, we develop on device 1 and include some imports. Once we have tested there we move the code to device 2 and attempt to run via Studio, but the code will fail as a result of missing import statements.

Is there a way to make the imports carry over along with the rest of the code? I’m at a loss as to why this does not appear to be working.

Thanks!