Downloaded the most recently available trial version of AI VS extension.
Converted existing VS2010 VDPROJ.
Attempt to build failed with: Error: Resources referred by the project are missing.
Downloaded the most recently available trial version of AI full install.
Edited project in AI full, removing all Application Folder references.
Added project references via Add Project Output via the VS extension.
Attempt to build failed with: Error: Resources referred by the project are missing.
What appears to be the problem is that the build output paths do not match the paths in the Application Folder references which results in the build process not being able to locate the files within the converted project base path.
What is the correct action to take to resolve the pathing issue observed while using basic functionality that should just work out of the box?