Recently I started getting a build error when referencing the QuantConnect.Api namespace (it's used by default in bootcamp projects), probably because a new type “Api” was defined recently. Removing this using fixes the issue (I guess it's not really needed in most cases):

Build Error File: main.cs Line:18 Column:10 - A 'using namespace' directive can only be applied to namespaces; 'Api' is a type not a namespace. Consider a 'using static' directive instead