Can't build dtproj [SSIS] project in Visual Studio

ssis, visual-studio

Solution

You need to install the Business Intelligence Studio that is a part of the SQL Server Installation.

Problem

When I try to build a project in Visual Studio 2005 that has a .dtproj file, I get the error message: Make sure the application for the project type (.dtproj) is installed. This project was build on another system, but even after installing SQL Server 2005 & and SQL SP3, it still does not build.

Original source