Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Intellisense database from the command line?

The Question

Is it possible to build the Intellisense database for a solution (C++) at the command line?

The Context

I work on a fairly large C++ codebase. The code takes a while to compile so I set up a local nightly automated build that I can grab any time I want to start a new task. I would like to create the Intellisense database for the solutions of the codebase during this nightly build. We are using Visual Studio 2013.

like image 374
kede Avatar asked Nov 10 '22 13:11

kede


1 Answers

According to this answer on MSDN, it is (sadly) not possible:

It is not possible to create this file without running VS, it is not a scenario the team designed/planned for.

Ryan

like image 170
joce Avatar answered Nov 14 '22 22:11

joce