I am trying to publish an Azure site along with some azure webjobs using Visual Studio 2013. I am following this tutorial .
My solution has the following structure:

When I try to add an existing project as a webjob to my web project, I get an empty drop-down menu in the project options, and I cannot:

If I try to add each website separately, I also have an error: 
In this link, it looks like they had a similar problem, and the problem is that the webjobs are under the solution folder. There is no answer / solution to the problem in this thread.
I was wondering if there is a solution / workaround for this, since I don't want to get rid of the solution folders in my project so that it is organized, and manually deploying webjobs is really tedious.
Update: Here is a screenshot of the new project and Add Azure Webjob does not work with solution folders.

source share