Hi,

I followed the manual 

https://www.quantconnect.com/lean/docs#topic14.html

on Visual Studio 2017. I created my own project in the solution to have a cleaner separation with the lean engine. I adjusted the dll and algorithm name in the config.json. However, I do not get it compiled well. I added a reference to a python.runtime and then I got errors on lazy load errors. Did anybody try this ? And did it work?

Author