I had the same issue : removing everything in the bin folder and rebuilding the solution alone worked for me. But it could be combined with renaming your assembly attribute at the top of the startup
class, giving it a Firendly name which will help to differentiate both the startup files.
[assembly: OwinStartup("MyFriendlyNameForProject1",typeof(MyProject.Startup))]