Hi,

I'm working with Visual Studio + Python to develop my algorithm locally. I follow these instructions to debug. When I start debugging (after setting at least one breakpoint), I am met with the following error:

Exception has occurred: NameError
name 'AlphaModel' is not defined

This code runs fine in the cloud. Autocomplete (via quantconnect-stub) works fine in my instance of VS. All files have 

from AlgorithmImports import *

In them. 

Can someone tell me what I'm doing wrong? Thanks.