https://github.com/osquery/osquery logo
#general
Title
# general
n

nick fury

11/13/2022, 12:02 PM
I'm trying to build osquery from source and when I run that command: "cmake --build . --config RelWithDebInfo -j10" I get the folowing error: "Microsoft (R) Build Engine version 16.11.0+0538acc04 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. MSBUILD : error MSB1009: Project file does not exist. Switch: ALL_BUILD.vcxproj"
s

seph

11/15/2022, 3:33 PM
Did you run the prior:
Copy code
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 ..
n

nick fury

11/15/2022, 8:10 PM
@seph yes
s

seph

11/15/2022, 8:11 PM
No idea.