MVVM Light obtenida a través de NuGet - RelayCommand.cs no encontrada

Mi programa incorpora una copia de MVVM Light a través de NuGet. Hasta hace unos 5 minutos funcionó sin problemas, pero ahora aparece un mensaje de error que dice "RelayCommand.cs no encontrado". Desde que obtuve el paquete de NuGet, no tengo RelayCommand.cs, solo el archivo DLL. He intentado desinstalar y reinstalar MVVM Light y el problema persiste. Ahora mismo estoy realmente perdido. Si alguien pudiera ayudarme a solucionar esto para poder continuar trabajando, lo apreciaría enormemente.

Locating source for 'd:\GalaSoft\mydotnet\MvvmLight\Source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (NET35)\Command\RelayCommand.cs'. Checksum: MD5 {9c e1 3c 59 78 15 34 23 2b e 9b 39 ef 5d eb d0}
The file 'd:\GalaSoft\mydotnet\MvvmLight\Source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (NET35)\Command\RelayCommand.cs' does not exist.
Looking in script documents for 'd:\GalaSoft\mydotnet\MvvmLight\Source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (NET35)\Command\RelayCommand.cs'...
Looking in the projects for 'd:\GalaSoft\mydotnet\MvvmLight\Source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (NET35)\Command\RelayCommand.cs'.
The file was not found in a project.
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\crt\src\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\crt\src\vccorlib\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\src\mfc\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\src\atl\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include'...
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: d:\GalaSoft\mydotnet\MvvmLight\Source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (NET35)\Command\RelayCommand.cs.
The debugger could not locate the source file 'd:\GalaSoft\mydotnet\MvvmLight\Source\GalaSoft.MvvmLight\GalaSoft.MvvmLight (NET35)\Command\RelayCommand.cs'.

Actualizar: En este punto estoy pensando que este es un problema con VS. He descargado los archivos dll manualmente y los he referenciado y sigo recibiendo el mismo error. Estoy pensando que podría valer la pena hacer un nuevo proyecto y migrar mis datos. Sin embargo, si alguien tiene alguna idea sobre cómo solucionar esto, soy todo oídos.

Actualizar: No sé si este podría ser el problema, pero parece que el programa está buscando MvvmLight (NET35). La versión que obtuve (y tuve hasta ahora) es WPF45.

Actualizar: Cuando abropackages.config en mi solución, recibo una advertencia que dice "El elemento 'paquetes' no está declarado". ¿Podría esto ser relevante?

Respuestas a la pregunta(3)

Su respuesta a la pregunta