WP_Query not returning results

if you print_r($houseQuery), what is your request query? It’s a correct SQL query?

When you print WP_Query object you can find this in structure:
[request] => SELECT SQL_CALC_FOUND_ROWS[…]

You need to analyze this to understand what’s going on.

Let me know.